asp后台登陆界面输入完密码之后不跳转也没有任何提示,但是输入错误密码时候有提示 50
<!--#includefile="inc/header.asp"--><%ifnotisDebugthenonerrorresumenextpageHeader%><s...
<!-- #include file="inc/header.asp" -->
<%if not isDebug then on error resume next
pageHeader%>
<script language="javascript">
document.title="后台登录";
document.body.background = '';
function submitThis() {
if(document.forms[0].username.value=="" || document.forms[0].userpass.value=="") {
alert("请填写用户名称和密码。");
return false;
}
document.forms[0].submit();
}
</script>
<form action="inc/scriptcenter.asp" method="post">
<input type="hidden" value="login" name="operType">
<input type="hidden" name="from" value="">
<input type="hidden" name="errorpage" value="../login.asp">
<div align="center" style="margin-top:100px; margin-bottom:20px;"><b>后台登录</b></div>
<div align="center">用户名称:<input size="15" name="username" value="<%=session("username")%>"></div>
<div align="center">用户密码:<input type="password" size="15" value name="userpass"></div>
<div align="center"><input type="button" value=" 登录 " name="login" onClick="javascript:submitThis();" accesskey="s"></div>
</form>
<%pageFooter%>
坐等高手解答 展开
<%if not isDebug then on error resume next
pageHeader%>
<script language="javascript">
document.title="后台登录";
document.body.background = '';
function submitThis() {
if(document.forms[0].username.value=="" || document.forms[0].userpass.value=="") {
alert("请填写用户名称和密码。");
return false;
}
document.forms[0].submit();
}
</script>
<form action="inc/scriptcenter.asp" method="post">
<input type="hidden" value="login" name="operType">
<input type="hidden" name="from" value="">
<input type="hidden" name="errorpage" value="../login.asp">
<div align="center" style="margin-top:100px; margin-bottom:20px;"><b>后台登录</b></div>
<div align="center">用户名称:<input size="15" name="username" value="<%=session("username")%>"></div>
<div align="center">用户密码:<input type="password" size="15" value name="userpass"></div>
<div align="center"><input type="button" value=" 登录 " name="login" onClick="javascript:submitThis();" accesskey="s"></div>
</form>
<%pageFooter%>
坐等高手解答 展开
4个回答
展开全部
检查 inc/scriptcenter.asp 源代码
建议在本地IIS打开调试,方便错误代码定位
建议在本地IIS打开调试,方便错误代码定位
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把 登陆的type改成submit,再在指定的页(inc/scriptcenter.asp)上判定
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的是不是失败了这个页面也会更新的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询