请教VBS高手。。。。。。。谢谢

来源:百度知道 编辑:UC知道 时间:2024/05/27 07:47:45
html>
<head>

<title>无标题文档</title>
<style type="text/css">
<!--
.style1 {
font-size: 36px;
color: #0066CC;
}
.style3 {font-size: 24px}
-->
</style>
</head>

<body>
<table width="900" height="218" border="0" align="center">
<tr>
<td><div align="center"><span class="style1">欢迎光临</span>
<table width="751" border="0">
<tr>
<td width="745"><form name="form1" method="post" action="">
<p align="center"><span class="style3">请输入用户名</span>:
<input type="text" name="T1">
</p>
<p align="ce

虽然我也编asp,不过我是用asp+javascript

但是我觉得你写好了函数为何不掉用呢

我平常这么写
<form name="frm" action="" methord="post" onSubmit="return check();">