网站地图
信息中心
ASP实现记住密码的功能
作者:西安网站建设  来源:www.xacx.net  发表时间:2013-5-19 20:04:34  点击:2877

------------------- index.asp--------------------------

<" CODEPAGE="936"%>
登录页面
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>tc711.com教程测试页面</title>
</head>
<body>

<% UserCookie=request.Cookies("tc711")("UserCookie")
   PassCookie=Request.Cookies("tc711")("PassCookie")
   OKCookie=request.Cookies("tc711")("OKCookie")%>
<form action="check.asp" method="post">
<p>用户:<input name="username" id="username" type="text" value="<%= UserCookie %>"/></p>
<p>密码:<input name="passwords" type="password" id="passwords" value="<%= PassCookie %>"/>
</p>
<p>记住密码:<input name="OK" type="checkbox" id="OK" value="1" <% If OKCookie="1" Then %>checked <% End If %>/>
</p>

<input type="submit" name="button" id="button" onclick="cheak();" value="提交" />
</form>
</body>
</html>


验证页面
------------------- check.asp--------------------------

<%if trim(request("OK"))="1" then '用来判断是否有选择记住密码
Response.Cookies("tc711")("UserCookie") =Trim(request("username"))
Response.Cookies("tc711")("PassCookie")=trim(request("passwords"))
Response.Cookies("tc711")("OKCookie")=trim(request("OK"))
response.cookies("tc711").expires=date+365
%>登录成功!
<% else %>
登录失败!
<% End If %>
<a href="/">返回</a>

本站关键词:西安网站建设| 西安网站制作| 西安网页设计| 西安网站设计| 西安网页制作 | 西安网站推广 | 西安软件开发 | 西安网站优化 | 西安做网站
公司地址:西安市高新区融鑫路3号自力集团六层
邮编:710065 业务咨询:029-89545093 技术支持:13402979816
Copyright ©2006-2012 www.xacx.net All Rights Reserved. 西安驰讯科技有限公司 保留所有权利