主题:求助,这个代码提交后没反应
源码如下,点提交后不能挑到指定的验证页面,不知道哪里出了问题
<script language="JavaScript">
<!--
function on_forgetpwd()
{
if (document.Login.Typ(0).checked ==true)
{
document.Login.action="individual/Chkadmin.asp";
document.Login.submit();
}
else
{
document.Login.action="user/Chkadmin.asp";
document.Login.submit();
}
return false;
}
// -->
</script>
<TABLE WIDTH=445 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
<form name="Login" method="post" action="">
<input name="regjm" type="hidden" value="<%=regjm%>">
<TR>
<TD ROWSPAN=2> </TD>
<TD height="194">
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr align=center>
<td height=30><span style="color: #ff3300; font-size: 16px; font-weight: bold">会员管理中心</span></td>
</tr>
<tr align=center><td height=51>用户名:
<input type="text" name="user" style="width:110" class="input"> 密 码:<input type="password" name="pass" style="width:110" class=input></td></tr>
<tr align=center><td height=30>认证码:<input type="text" name="regjm1" size="7" style="width:80" class=input> <font color=red><%=regjm%></font> <input name="Typ" type="radio" value="JobSek" class=radio> 个人会员 <input type="radio" name="Typ" value="comp" class=radio checked> 企业会员</td></tr>
<tr align=center><td height=51><input type="image" src="img/icon_login.gif" onClick="return on_forgetpwd();" style="border:0" align=absmiddle> <a href=reg.asp target="_blank" class=f14><strong>现在注册?</strong></a> <a href=help.asp?id=3 target="_blank" class=f14><strong>忘记密码?</strong></a></td></tr>
</table> </TD>
<TD ROWSPAN=2> </TD>
</TR>
<TR>
<TD height="25" align=center><font color=#ffffff><%=Powered%></font></TD>
</TR>
</form>
<script language="JavaScript">
<!--
function on_forgetpwd()
{
if (document.Login.Typ(0).checked ==true)
{
document.Login.action="individual/Chkadmin.asp";
document.Login.submit();
}
else
{
document.Login.action="user/Chkadmin.asp";
document.Login.submit();
}
return false;
}
// -->
</script>
<TABLE WIDTH=445 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
<form name="Login" method="post" action="">
<input name="regjm" type="hidden" value="<%=regjm%>">
<TR>
<TD ROWSPAN=2> </TD>
<TD height="194">
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr align=center>
<td height=30><span style="color: #ff3300; font-size: 16px; font-weight: bold">会员管理中心</span></td>
</tr>
<tr align=center><td height=51>用户名:
<input type="text" name="user" style="width:110" class="input"> 密 码:<input type="password" name="pass" style="width:110" class=input></td></tr>
<tr align=center><td height=30>认证码:<input type="text" name="regjm1" size="7" style="width:80" class=input> <font color=red><%=regjm%></font> <input name="Typ" type="radio" value="JobSek" class=radio> 个人会员 <input type="radio" name="Typ" value="comp" class=radio checked> 企业会员</td></tr>
<tr align=center><td height=51><input type="image" src="img/icon_login.gif" onClick="return on_forgetpwd();" style="border:0" align=absmiddle> <a href=reg.asp target="_blank" class=f14><strong>现在注册?</strong></a> <a href=help.asp?id=3 target="_blank" class=f14><strong>忘记密码?</strong></a></td></tr>
</table> </TD>
<TD ROWSPAN=2> </TD>
</TR>
<TR>
<TD height="25" align=center><font color=#ffffff><%=Powered%></font></TD>
</TR>
</form>