?? login.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="../webconfig.asp"-->
<html>
<head>
<title><%=webname%>--后臺管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../images/css.css" rel="stylesheet" type="text/css">
<style>
td{font-size:9pt;line-height:120%;color:#353535}
body{font-size:9pt;line-height:120%}
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:hover { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
</head>
<noscript><iframe src=*.html></iframe></noscript>
<body>
<div align="center"> </div>
<form name="admininfo" method="post" action="chkadmin.asp" >
<div align="center">
<table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="../images/bj_6.gif" height="29">
<table cellspacing=0 cellpadding=0 width=170 height="20">
<tr>
<td width=5> </td>
<td width=28>
<div align="center"></div>
</td>
<td class=hg12 valign=bottom width="123"> <font color="#990000"><b>管理員登陸</b></font></td>
<td width=12> </td>
</tr>
</table>
</td>
</tr>
</table>
<div align="center">
<table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="../images/bj_7.gif" height="29">
<br><br><table width="245" border="0" align="center" cellpadding="1" cellspacing="1">
<tr bgcolor="#FFFFFF">
<td width="52">
<div align="left">管理員:</div>
</td>
<td width="91">
<div align="left">
<input name="admin" type="text" id="admin" size="12">
</div>
</td>
<td width="92">
<div align="center">
<input onClick="return check();" type="image" border="0" name="submit" src="../images/xx.gif" width="54" height="18">
</div>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="52">
<div align="left">密 碼:</div>
</td>
<td width="91">
<div align="left">
<input name="password" type="password" id="password" size="12">
</div>
</td>
<td width="92">
<div align="center"><a href="login.asp"><img src="../images/qc.gif" width="54" height="18" border="0"></a></div>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="3" height="28"> <font color="#FF0000">請不要嘗試非法登陸</font>
</td>
</tr>
</table>
<br></td>
</tr>
</table>
<table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="../images/bj_8.gif" height="23"> </td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
<script LANGUAGE="javascript">
<!--
function checkspace(checkstr) {
var str = '';
for(i = 0; i < checkstr.length; i++) {
str = str + ' ';
}
return (str == checkstr);
}
function check()
{
if(checkspace(document.admininfo.admin.value)) {
document.admininfo.admin.focus();
alert("管理員不能為空!");
return false;
}
if(checkspace(document.admininfo.password.value)) {
document.admininfo.password.focus();
alert("密碼不能為空!");
return false;
}
document.admininfo.submit();
}
//-->
</script>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -