请问一下ASP问题.验证码的.
<SCRIPT language=vbs>cont=1sub myButton_Onclick() if mytext.value="4545" then location="index_2.htm" else msgbox "输入验证码错误":cont=cont+1 if cont>3 then msgbox"对不起您无权访问该网页":window.close end sub </SCRIPT><script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<span class="STYLE22 STYLE20 STYLE2">
<span class="STYLE8">请您输入验证码</font>:</span>
<INPUT type=password maxLength=8 size=8 name=myText>
<input name=myButton type=button value=提交>
</strong>
请问如何改成提交后是弹出网页,而不是直接转过的? 由于是新手,可以的话,把代码发来.