|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
asp可以使用微软的activeX使得网页功能无比强大,不过安全性也较差,而且是基于的windows服务器,所以性能稳定性也一般数据<%@language="Vbscript"%>
<%Response.Expires=0%>
<%ifSession("fz_login")="8"then%>
<%
ifRequest.ServerVariables("HTTP_METHOD")="POST"Andcheckme"true"then
username=Request.Form("username")
password=Request.Form("password")
setfs=server.CreateObject("Scripting.FileSystemObject")
Setf=fs.OpenTextFile(server.MapPath("userpw.asp"),2,True)
f.writeline"<%"
f.writeline"P_username="&chr(34)&username&chr(34)
f.writeline"P_password="&chr(34)&password&chr(34)
f.writelinechr(37)&">"
f.close
setf=nothing
setfs=nothing
session("logusername")=username
session("logpassword")=password
edit_ok
endif
%>
<%subedit_ok()%>
<scriptlanguage="javascript">
alert("您的用户名与暗码已乐成修正!");
document.location.href="welcome.htm";
</script>
<%endsub%>
<scriptlanguage="javascript">
functioncheckform(){
if(document.form1.username.value==""){
alert("请输出新用户名,其实不能为空!");
document.form1.username.focus();
returnfalse;
}
if(document.form1.password.value==""){
alert("请输出新暗码!");
document.form1.password.focus();
returnfalse;
}
if(document.form1.username.value.length<6||document.form1.password.value.length<6){
alert("为了收集平安,请输出年夜于6个字符的用户名和暗码!");
document.form1.username.value="";
document.form1.password.value="";
document.form1.password1.value="";
returnfalse;
}
if(document.form1.password1.value!=document.form1.password.value){
alert("您输出的暗码纷歧致!");
document.form1.password1.focus();
document.form1.password1.value="";
returnfalse;
}
if(confirm("您真的要修正暗码吗?")==false){
document.location.href="welcome.htm";
returnfalse;}
else
returntrue;
}
</script>
<html><head><title>修正暗码</title>
<METANAME="robots"CONTENT="none">
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<linkrel="stylesheet"href="images/font.CSS"type="text/css">
</head>
<bodybgcolor="#9CC7EF"leftMargin=0marginwidth="0"topmargin=0>
<tablewidth=530border="0"cellspacing="0"cellpadding="0"align="center">
<tralign="center"bgcolor="<%=main_color%>">
<td>
<tablewidth="100%"border="1"cellspacing="1"cellpadding="4"class="p9"bordercolorlight="#1059A5"bordercolordark="#9CC7EF">
<formname="form1"method="post"action="edit_pws.asp"onsubmit="javascript:returncheckform();">
<tr>
<tdheight="40">
<divalign="center"><spanstyle="font-size:14.9px"><b><fontcolor="<%=maintitle_color%>">修
改管理员帐号</font></b></span></div>
</td>
</tr>
<trbgcolor="<%=textzero_color%>">
<tdheight="30"align="center">新用户名:<inputtype="text"name="username"size=30class="p9">
</td>
</tr>
<trbgcolor="<%=textzero_color%>">
<tdalign="center"height="30">新密码:<inputtype="password"name="password"size=30class="p9">
</td>
</tr>
<trbgcolor="<%=textzero_color%>">
<tdalign="center"height="30">考证暗码:</p>由于ASP还是一种Script语言所没除了大量使用组件外,没有办法提高其工作效率。它必须面对即时编绎的时间考验,同时我们还不知其背后的组件会是一个什么样的状况; |
|