📄 admin_enter.asp
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理入口</title>
<style type="text/css">
<!--
body,td,th {font-size: 12px;}
a {font-size: 12px;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
.style5 {color: #FF0000}
.style6 {font-size: 12px}
-->
</style>
<SCRIPT language=JavaScript>
function ch_input()
{
if(form.name.value=='')
{alert("管理员不能为空:-)")
form.name.focus()
return false;}
if(form.password.value=='')
{alert("密码不能为空:-)")
form.password.focus()
return false;}
}
</SCRIPT>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" text="#25437C" link="#25437C" alink="#25437C" vlink="#25437C">
<div align="center">
<p> </p>
<table cellpadding="0" cellspacing="0" width="768" height="234" bgcolor="#F3F3FF">
<tr>
<td height="10" width="10">
<img border="0" src="image/top_left.gif" width="10" height="10"></td>
<td height="10" width="748" colspan="3" background="image/top.gif">
</td>
<td height="10" width="10">
<img border="0" src="image/top_right.gif" width="10" height="10"></td>
</tr>
<tr>
<td height="214" width="10" rowspan="4" background="image/mid_left.gif">
<p align="center"> </td>
<td height="12" width="748" colspan="3">
<p align="center"><b>管理入口</b></td>
<td height="214" width="10" rowspan="4" background="image/mid_right.gif"> </td>
</tr>
<tr>
<td height="202" width="226" rowspan="3"> </td>
<td height="14" width="290">
<p align="right">
<img border="0" src="image/icon/key.GIF" width="48" height="48" style="position: absolute; left: 356; top: 117"><a href="index.asp">[回到上页]</a></td>
<td height="202" width="232" rowspan="3"> </td>
</tr>
<tr>
<td height="159" width="290" bgcolor="#E8E8FF">
<form method="POST" action="check.asp" name=form onsubmit=return(ch_input())>
<p> </p>
<p align="center">管理员:<input type="text" name="name" size="18"></p>
<p align="center">密 码:<input type="password" name="password" size="18"></p>
<p align="center"> <input type="submit" value="提交" name="B1">
<input type="reset" value="重置" name="B2"></p>
</form>
<p> </td>
</tr>
<tr>
<td height="29" width="290">
<p align="center"><%if session("check")="wrong" then response.Write "<font color=red>验证错误!</font>" end if %>
</td>
</tr>
<tr>
<td height="10" width="10">
<img border="0" src="image/bottom_left.gif" width="10" height="10"></td>
<td height="10" width="748" colspan="3" background="image/bottom.gif"></td>
<td height="10" width="10">
<img border="0" src="image/bottom_right.gif" width="10" height="10"></td>
</tr>
</table>
</div>
<div align="center">
<table cellpadding="0" cellspacing="0" width="348" height="87">
<!-- MSTableType="nolayout" -->
<tr>
<td height="12" valign="top" width="348" colspan="3" style="font-size: 12px"></td>
</tr>
<tr>
<td height="63" valign="top" width="48" style="font-size: 12px"> </td>
<td height="63" valign="top" width="251" style="font-size: 12px">
<p align="center"><font face="宋体" size="2">倾听留言本V1.2<br>
</font>留言本及源程序由 <span lang="en">
<font face="宋体" size="2" color="#FF0000"><a href="QQ:55572687">
<font color="#FF0000">冰中使者</font></a></font><a href="QQ:55572687"><font face="宋体" color="#FF0000" size="3">®</font></a><font face="宋体" size="4" color="#FF0000">
</font><font face="宋体" size="2">制作<br>
</font></span><font face="宋体" size="2">
[<a target="_blank" href="http://www.qtice.com">http://www.qtice.com</a>]<br>
</font></td>
<td height="63" valign="top" width="49" style="font-size: 12px"> </td>
</tr>
<tr>
<td height="12" valign="top" width="348" colspan="3" style="font-size: 12px"></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -