📄 index.asp
字号:
<%if session("level")="3" then
Response.Redirect("main.asp")
End If
%>
<html>
<head>
<title>网站后台管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../cenda.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF">
<p> </p>
<p align="center"> </p>
<table width="350" height="209" border="0" align="center" background="home.jpg">
<tr>
<td height="67"> </td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="4">
<form name="form1" method="post" action="access.asp">
<tr align="center">
<td colspan="2">====== 管理员身份验证 =====</td>
</tr>
<tr>
<td width="27%" align="right">登录名:</td>
<td width="73%"> <input name="username" type="text" class="input" value="管理员的用户名" size="20" maxlength="20" onMouseOver=this.focus() onFocus=this.select()>
</td>
</tr>
<tr>
<td width="27%" align="right">密 码:</td>
<td width="73%"> <input name="password" type="password" class="input" value="123" size="20" maxlength="20" onMouseOver=this.focus() onFocus=this.select()>
</td>
</tr>
<tr>
<td width="27%"> </td>
<td width="73%"> <input type="submit" name="Submit" value=" 登 录 ">
</td>
</tr>
</form>
</table></td>
</tr>
</table>
<p align="center">创富98版权所有.<a href="http://www.cf98.com/">www.cf98.com</a></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -