苍
苍山@狼
Unregistered / Unconfirmed
GUEST, unregistred user!
<script language=VBScript>
<!--
sub dataCheck
sjgx.Gxfs.value="删除"
sjgx.submit
end sub
-->
</script>
<%
do while not rs1.eof
%>
<form name=sjgx method=post action=sjgx.asp>
<tr><td><input type=button name=Update value=更新 onclick=dataCheck ><input type=submit name=del value=删除 >
<input type=hidden name=Gxfs value=删除 ></td>
</tr>
</form>
<%
rs1.moveNext
loop
%>
各位大虾,现在我将代码改为上述形式,我想用两个Button控件,提交到同一个页面,根据<input type=hidden name=Gxfs value=删除 >的值得不同,执行不同的代码,此值在过程datacheck中改变;但是我一点<input type=button name=Update value=更新 onclick=dataCheck >就提示网页出错,各位能帮我诊断诊断吗?
<!--
sub dataCheck
sjgx.Gxfs.value="删除"
sjgx.submit
end sub
-->
</script>
<%
do while not rs1.eof
%>
<form name=sjgx method=post action=sjgx.asp>
<tr><td><input type=button name=Update value=更新 onclick=dataCheck ><input type=submit name=del value=删除 >
<input type=hidden name=Gxfs value=删除 ></td>
</tr>
</form>
<%
rs1.moveNext
loop
%>
各位大虾,现在我将代码改为上述形式,我想用两个Button控件,提交到同一个页面,根据<input type=hidden name=Gxfs value=删除 >的值得不同,执行不同的代码,此值在过程datacheck中改变;但是我一点<input type=button name=Update value=更新 onclick=dataCheck >就提示网页出错,各位能帮我诊断诊断吗?