文件名称:login
- 所属分类:
- 编辑框
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 8kb
- 下载次数:
- 0次
- 提 供 者:
- tom****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
用ASP制作网站登录系统
把用户名写入Session("userid")是为了防上非法登录,只要在受限页面的头部加入下面代码:
以下为程序代码:
<%
if session("userid")="" then
response.write("<scr ipt language=javascr ipt>alert( 对不起,你没有查看该页的权限或已超时,请重新登录! ) location.href= loging.asp </scr ipt>")
End
%>-Using ASP to create Web site log on to the system user name written into the Session ( userid ) is to prevent illegal log in, as long as the restricted page in the head by adding the following code: The following code: < if session ( userid ) = thenresponse.write ( <scr ipt language=javascr ipt> alert (Sorry, you do not have permissions to view the page or has timed out, please re-log on!) location.href = loging.asp </ scr ipt> ) End >
把用户名写入Session("userid")是为了防上非法登录,只要在受限页面的头部加入下面代码:
以下为程序代码:
<%
if session("userid")="" then
response.write("<scr ipt language=javascr ipt>alert( 对不起,你没有查看该页的权限或已超时,请重新登录! ) location.href= loging.asp </scr ipt>")
End
%>-Using ASP to create Web site log on to the system user name written into the Session ( userid ) is to prevent illegal log in, as long as the restricted page in the head by adding the following code: The following code: < if session ( userid ) = thenresponse.write ( <scr ipt language=javascr ipt> alert (Sorry, you do not have permissions to view the page or has timed out, please re-log on!) location.href = loging.asp </ scr ipt> ) End >
(系统自动生成,下载前可以参看下载内容)
下载文件列表
check.asp
conn.asp
index.asp
lanier_db.mdb
Login.asp
conn.asp
index.asp
lanier_db.mdb
Login.asp