怎样做asp页面提交和重置

来源:百度知道 编辑:UC知道 时间:2024/05/30 11:18:52
只是一个单独的页面,不提交到数据库!老师只是布置了一个作业,做练习,我的重置和提交老做的不对!无法提交和重置!

这种?

<table width="100%" border="0" cellspacing="0">
<form id="form1" name="form1" method="post" action="#">
<tr>
<td>
<input name="1" type="text" />
</td>
</tr>
<tr>
<td>
<input type="submit" value="提交"/>
<input type="reset" value="重置"/>
</td>
</tr>
</form>
</table>

<form method="POST" action="">
<input type="text" name="T1" size="20">
<input type="submit" value="提交" name="B1">
<input type="reset" value="重置" name="B2">
</form>

<form action="" name="ym" method=post>
请输入:<br>