详细说明:用ASP制作网站登录系统
把用户名写入Session("userid")是为了防上非法登录,只要在受限页面的头部加入下面代码:
以下为程序代码:
<%
if session("userid")="" then
response.write("<script language=javascript>alert( 对不起,你没有查看该页的权限或已超时,请重新登录! ) location.href= loging.asp </script>")
End
%>
[DataGridView_manipulation_src.zip] - The article or rather a code snippet demonstrates a simple application of insert, update, delete using datagridview. The application is using asynchro
文件列表(点击判断是否您需要的文件):
check.asp
conn.asp
index.asp
Login.asp
check.asp
conn.asp
index.asp
Login.asp