xh_login.asp
来自「DWMX+ACCESS打造企业新闻系统源代码没有密码大家随便下」· ASP 代码 · 共 43 行
ASP
43 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登陆管理页面</title>
<style type="text/css">
<!--
table {
font-size: 9pt;
text-decoration: none;
border: 1px solid #000000;
}
-->
</style>
</head>
<body>
<form name="form1" method="post" action="xh_cklogin.asp">
<p> </p>
<table width="400" border="0" align="center" cellpadding="5" cellspacing="0">
<tr align="center" bgcolor="#006699">
<td colspan="2"><font color="#FFFFFF">后 台 管 理 登 陆</font></td>
</tr>
<tr align="center">
<td width="114" align="right">管理用户名:</td>
<td width="264" align="left">
<input name="username" type="text" id="username"></td>
</tr>
<tr align="center">
<td align="right">管理密码:</td>
<td align="left">
<input name="password" type="password" id="password"></td>
</tr>
<tr align="center">
<td colspan="2"><input type="submit" name="Submit" value="确定进入">
<input type="reset" name="Submit2" value="重新输入"></td>
</tr>
</table>
</form>
<!--#include file="../xh_wei.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?