?? login.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--用戶登錄</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onMouseOver="window.status='【<%=webname%>】<%=weburl%> 如果您喜歡本站,別忘了把本站介紹給您的好友哦?。海?#039;;return true">
<!--#include file="webtop.asp"-->
<table width="760" align="center" border="0" cellspacing="0" cellpadding="0" class="table-zuoyou" bordercolor="#CCCCCC">
<tr>
<td height="260" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<%if request.cookies("godbook")("username")="" then%>
<table width="350" border="0" align="center" cellpadding="5" cellspacing="0">
<form name="fkinfo" method="post" action="checkuserlogin.asp">
<tr>
<td height="40" colspan="2" align="center">請先登陸或先注冊成為本商城會員</td>
</tr>
<tr>
<td width="40%" align="right">用戶名:</td>
<td width="60%">
<input name="username" class="wenbenkuang" type="text" id="username" maxLength="18" size="18"></td>
</tr>
<tr>
<td width="40%" align="right">密 碼:</td>
<td width="60%">
<input name="userpassword" class="wenbenkuang" type="password" id="userpassword" maxLength="18" size="18">
<input class="wenbenkuang" type="hidden" name="linkaddress" value="<%=request.servervariables("http_referer")%>">
</td>
</tr>
<tr>
<td width="40%" align="right">驗證碼:</td>
<td width="60%">
<input class=wenbenkuang name=verifycode type=text value="<%If GetCode=9999 Then Response.Write "9999"%>" maxLength=4 size=10>
<img src=GetCode.asp>
</td>
</tr>
<tr align="center">
<td height="40" colspan="2">
<input class=go-wenbenkuang name="imageField" value="登 陸" type=submit onFocus="this.blur()">
<input class=go-wenbenkuang onclick="window.location='reg.asp'" type=reset value="注 冊" name=Submit2>
<input class=go-wenbenkuang onclick="window.location='getpwd.asp'" type=button value="忘 密" name=Submit3>
</td>
</tr>
</form>
</table>
<%else%>
<%response.redirect("index.asp")%>
<%end if%>
</td>
</tr>
</table>
<!--#include file="service.asp"-->
<!--#include file="copyright.asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -