📄 index.html
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<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">
<title>数据查询系统</title>
<style type=text/css>
body { background:#009ace; margin:0px; font:normal 12px 宋体;
SCROLLBAR-FACE-COLOR: #009ace; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #009ace; SCROLLBAR-DARKSHADOW-COLOR: #009ace;
SCROLLBAR-3DLIGHT-COLOR: #009ace; SCROLLBAR-ARROW-COLOR: #def0fa;
SCROLLBAR-TRACK-COLOR: #def0fa;
}
table { border:0px; }
td { font:normal 12px 宋体; }
img { vertical-align:bottom; border:0px; }
a { font:normal 12px 宋体; color:#000000; text-decoration:none; }
a:hover { color:#428EFF;text-decoration:underline; }
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#def0fa; }
.menu_title span { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
.menu_title2 span { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
</style>
<script language=javascript>
function SetFocus()
{
if (document.Login.Name.value=="")
document.Login.Name.focus();
else
document.Login.Name.select();
}
function CheckForm()
{
if(document.Login.Name.value=="")
{
alert("请输入用户名!");
document.Login.Name.focus();
return false;
}
if(document.Login.pass.value == "")
{
alert("请输入密码!");
document.Login.pass.focus();
return false;
}
if (document.Login.adminid.value==""){
alert ("请输入您的验证码!");
document.Login.adminid.focus();
return(false);
}
}
</script>
</head>
<body>
<br><br><br><br><br><br><br><br>
<div align="center">
<form name="Login" action="kLogin.asp" method="post" onSubmit="return CheckForm();">
<table border="1" cellpadding="0" cellspacing="0" width="300" bgcolor="#99CCFF" bordercolor="#E0E0E0" bordercolorlight="#E0E0E0">
<tr>
<td width="40%" align="right" height="30"><font color="#FFFFFF">用户名:</font></td>
<td width="60%" height="30"><input name="Name" type="text" autocomplete="off" size="13" maxlength="20" style="font-size: 11pt; border: 1px solid #0066FF;" ></td>
</tr>
<tr>
<td width="40%" align="right" height="30"><font color="#FFFFFF">密
码:</font></td>
<td width="60%" height="30"><input name="pass" type="password" autocomplete="off" size="13" maxlength="20" style="font-size: 11pt; border-left: 1px solid #0066FF; border-right: 1px solid #0066FF; border-top: 1px solid #0066FF; border-bottom: 1px solid #FFFFFF"></td>
</tr>
<tr>
<td width="40%" align="right" height="30"><font color="#FFFFFF">验证码:</font></td>
<td width="60%" height="30"><input name="adminid" type="text" autocomplete="off" size="13" maxlength="20" style="font-size: 11pt; border-left: 1px solid #0066FF; border-right: 1px solid #0066FF; border-top: 1px solid #0066FF; border-bottom: 1px solid #FFFFFF"><%response.write"<img src=code.asp>"%></td>
</tr>
<tr>
<td width="100%" align="right" height="30" colspan="2">
<p align="center"><input type="submit" name="Submit" value=" 确认 ">
<input name="reset" type="reset" id="reset" value=" 清除 "></td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -