?? checkcookies.asp
字號:
<%
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 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">
</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 + -