📄 index.asp
字号:
<%dbdns="../"%>
<!--#include file="../inc/conn.asp"-->
<%
session("useradmin")=""
Session.abandon
%>
<%=citycss%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>管理登陆</title>
</head>
<body>
<%randomize timer
regjm=int(rnd*9998)+1%>
<br><br><br><br><br><br>
<TABLE WIDTH=488 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
<TR>
<TD width="488"><img src="img/login.gif" width="488" height="43"></TD>
</TR>
</TABLE>
<form name="form1" method="post" action="Chkadmin.asp">
<input name="regjm" type="hidden" value="<%=regjm%>">
<table border="0" cellspacing="0" width="172" cellpadding="0" align="center" style="border:1px #cccccc solid" bgcolor=#efefef>
<tr align="center">
<td width="69" height="28">帐 号</td>
<td width="103"><input type="text" name="user" size="12" class=input></td>
</tr>
<tr align="center">
<td height="28">密 码</td>
<td><input type="password" name="Pass" size="12" class=input style="height:18"></td>
</tr>
<tr align="center">
<td height="28">认证码</td>
<td><input type="text" name="regjm1" size="7" class=input> <%=regjm%></td>
</tr>
<tr>
<td colspan="2" align="center" height=28> <input type="submit" name="Submit" value=" 确 认 " class="input1">
<input type="reset" name="Submit2" value=" 复 位 " class="input1"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -