ASP防止同时登陆的问题(2)
来源:互联网 责任编辑:栏目编辑 发表时间:2013-07-01 06:56 点击:次
以下为引用的内容:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>禁止同一账号不同地区同时登陆</title>
</head>
<body>
<form name="form1" method="post" action="loginPost.asp">
用户名:<input name="userName" type="text" id="userName" size="15" maxlength="5">
密码:<input name="userPass" type="password" id="userPass" size="15" maxlength="15">
<input type="submit" name="Submit" value="Login">
</form>
</body>
</html>
完成后在新建一个loginCONN.asp文件复制下面的代码保存用于连接数据库
以下为引用的内容: <% 相关新闻>>最新推荐更多>>>
|