📄 checkcookies.asp
字号:
<% '本系统由5blogs.com修改为客户关系管理系统,界面来自于网络
'-----我博客:http://www.5blogs.com ,欢迎各位前来注册使用博客服务。
'你在使用中有任何问题请访问站长博客:www.5blogs.com/wxtwxt留 言!
'请保留 以上信息
if trim(request.cookies("Jimmy")("UserID")) = "" then
NextPage = server.URLEncode(request.ServerVariables("script_name")&"?"&request.querystring)
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>.::用户登录::.</title>
<link rel="stylesheet" href="../CSS/Style.css" type="text/css">
<link rel="stylesheet" href="../Style/SellWellWeb.css" type="text/css">
</head>
<body class="body">
<div align="center" valign="middle">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111" width="50%" id="AutoNumber1">
<form method="post" action="/Usermaintain/User_Login_Process.asp?Nextpage=<%=nextPage%>" id=form1 name=form1>
<tr>
<td width="100%">
<fieldset class="fiedset" style="WIDTH: 356px; HEIGHT: 219px"><legend>用户登录</legend>
<table border="1" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" height="162">
<tr>
<td width="100%" bgcolor="#00ccff" height="16"> <font size="2"><b><font color="#0066cc">您尚未登录或操作令牌时值已过,请登录!</font></b></font></td>
</tr>
<tr>
<td width="100%" height="145" bgcolor="#ffffff"> <br>
<table width="66%" border="0" align="center">
<tr>
<td width="43%">
<div align="right">用户名:</div>
</td>
<td width="57%">
<input name="UserName" class="Text" >
</td>
</tr>
<tr>
<td width="43%">
<div align="right">密 码:</div>
</td>
<td width="57%">
<input type="password" name="Password" class="Text">
</td>
</tr>
</table>
<p align="center">
<input type="submit" value="登录" name="B2" class="button">
<input type="button" value="新注册" name="B22" onClick="window.open('/Usermaintain/User_AddNew.asp','newUser','width=300,height=150'),window.history.back()" class="button"></p>
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
<input type="hidden" name="nextpage" class="Text" value="<%=nextpage%>">
</form>
</table>
</center>
</div>
</body>
</html>
<%
Response.End
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -