高手请进,帮我去掉验证吗和登陆密码的代码

来源:百度知道 编辑:UC知道 时间:2024/09/18 18:31:41
alert("对不起!\n\n请先输入登陆用户名!");
document.admin_frm.username.focus();
return;
}
if (password=="" || password==null)
{
alert("对不起!\n\n请先输入登陆密码!");
document.admin_frm.password.focus();
return;
}
document.admin_frm.submit();
}

document.admin_frm.password.focus();
-->
</script>
</head>
<body topmargin=0 leftmargin=0>
<center>
<table border=0 width='100%' height='96%'>
<tr>
<td width='100%' height='100%' align=center>
<%
If YSvoid.Code_Admin("admin_log",1,0)="ok" Then
aChk=Admin_Chk()
If aChk Then
Login_UserName=UserName2
Call Admin_Event("成功登陆管理后台。")
Call Format_Redirect("Admins_Index.asp")
Else
Login_UserName=UserName2
Call Admin_Event

<tr><td>验 证 码:</td><td align=left><input tabindex=3 type=password class=txt name=valcode value='' size=16 maxlength=20 style="width:120px;"></td></tr>

这段去掉就好!