📄 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%> 如果您喜欢本站,别忘了把本站介绍给您的好友哦!:)';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 + -