📄 login.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
<title>网站管理系统</title>
<script language="JavaScript">
<!--
if (self != top) top.location.href = window.location.href
//-->
</script>
</head>
<body bgcolor="#CCCCCC" background="../images/linebg1.gif">
<p> </p>
<p> </p>
<p> </p>
<form method="POST" action="CHKLOGIN.ASP">
<table border="0" width="450" align=center bgcolor="#000000" cellspacing="2" cellpadding="6">
<tr>
<td width="100%" align="center" height="65" bgcolor="#657CB4"><font color="#ff9900"><b><font size="3" color="#FFFFFF">网站管理系统</font></b></font></td>
</tr>
<tr>
<td width="100%" align="center" height="40" bgcolor="#C6CEE3">管 理 员 登 陆</td>
</tr>
<tr>
<td width="100%" align="center" bgcolor="#abb8d6" height="166">
<table border="0" width="350" cellpadding="6">
<tr>
<td align="center">用户名:
<input name="UserName" size="20" style="font-size: 9pt">
</td>
</tr>
<tr>
<td align="center">密 码:
<input type="password" name="Passwd" size="20" style="font-size: 9pt">
</td>
</tr>
<tr>
<td align="center">
<p>
<input type="submit" name="Submit" value="确定" class="buttonface">
<input type="reset" name="Submit2" value="重写" class="buttonface">
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -