📄 login1.asp
字号:
<html>
<head>
<title>管理企业信息</title>
<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">
<style type="text/css"><!-- td { font-size: 12px; line-height: 17px }
body { font-size: 12px; line-height: 17px }
a:link { text-decoration: none; color: blue }
a:visited { text-decoration: none; color: #993333 }
a:active { text-decoration: none }
a:hover { text-decoration: underline; color: red }
-->
</style>
<script language="JavaScript">
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
if (document.layers) {
if (e.which == 3) {
oncontextmenu='return false';
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
document.oncontextmenu = new Function("return false;")
</script>
</head>
<body leftmargin="0" topmargin="0">
<div align="center">
<table border="0" width="351" cellspacing="0" cellpadding="0">
<center>
<tr>
</center>
<td bgcolor="#FFFFFF" width="254" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<table border="0" cellpadding="0" width="510">
<tr>
<td valign="top" width="443">
<p align="right"><font class="d"><a href="index.asp" target="_parent">回到首页</a></font>
| <a href="new.asp" target="_parent">最新企业信息</a> |
<a href="addgq.asp" target="_parent">发布企业信息</a>
| <a href="login.asp" target="_parent">企业信息管理</a>
</td>
</tr>
<tr>
<td width="443" valign="top">
<p align="center"><% if request("err")=1 then%>错误提示: <font color="#990000"><b>管理员名称不能为空!</b>
<%end if%> </font> <% if request("err")=2 then%>错误提示:
<font color="#990000"><b>管理员密码不能为空!</b>
<%end if%> </font> <% if request("err")=3 then%>错误提示:
<font color="#990000"><b>管理员密码错误!</b>
<%end if%> </font> <% if request("err")=4 then%>错误提示:
<font color="#990000"><b>管理员名称错误!</b>
<%end if%> </font><br>
</td>
</tr>
<tr>
<td width="443" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<div align="center">
<center>
<table width="510">
<tr>
<td>
<p align="center"><font class="d"><font color="red">请输入管理员名称及密码登录</font><br>
<br>
<form method="post" action="chklogin.asp">
<p align="center"><font face="宋体">帐号</font>: <input type="text" name="username" size="16"><br>
密码: <input type="password" name="password" size="16"><br>
<br>
<input type="submit" value=" 登录系统 " name="submit"></p>
</form>
</font></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<center>
</center></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -