📄 admin.asp
字号:
<!--
=========================================================
超e工作室(http://www.chaoe.com)
用专业的心,做专业的事。。。
==========================================================
本系统是超e工作室专门为黑龙江广厦学院开发的高考录取程序,没有参照任何脚本,盗用必追究其法律责任。
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
作者:徐佳
QQ:95973
邮件:jia@chaoe.com
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-->
<html>
<head>
<title>黑龙江广厦学院高考录取查询系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
//-->
</script>
<link href="CCS/Style.css" rel="stylesheet" type="text/css">
</head>
<script language=javascript>
function checkform(){
if (adminform.adminuser.value==""){
alert("请输入用户名!");
adminform.adminuser.focus();
return false;
}
if(adminform.adminpassword.value==""){
alert("请输入密码!");
adminform.adminpassword.focus();
return false;
}
var s=adminform.adminuser.value.indexOf("'");
if(s!=-1){
alert("用户名中有非法字符");
adminform.adminuser.focus();
return false;
}
var j=adminform.adminuser.value.indexOf("=");
if(j!=-1){
alert("用户名中有非法字符");
adminform.adminuser.focus();
return false;
}
var pw=adminform.adminpassword.value.indexOf("'");
if(pw!=-1){
alert("密码中有非法字符");
admin.adminpassword.focus();
return false;
}
var j=adminform.adminpassword.value.indexOf("=");
if(j!=-1){
alert("密码中有非法字符");
admin.adminpassword.focus();
return false;
}
document.adminform.submit()
}
</script>
<body bgcolor="e8e8e8" text="#000000">
<form name="adminform" method="post" action="admin_checklogin.asp">
<table width="390" border="0" align="center" cellspacing="1" cellpadding="0" height="129" bgcolor="#FFFFFF" class="xuxian">
<tr bgcolor="#f9f9f9">
<td height="40" colspan="3" align="center">黑龙江广厦学院高考录取查询系统后台管理</td>
</tr>
<tr>
<td width="33" height="16" bgcolor="#f9f9f9" align="center"> </td>
<td width="71" height="16" bgcolor="#83ad69" align="center"><font color="#FFFFFF">用 户:</font></td>
<td width="282" bgcolor="#f9f9f9">
<input type="text" name="adminuser" class="rad"> </td>
</tr>
<tr>
<td width="33" height="16" bgcolor="#f9f9f9" align="center"> </td>
<td width="71" height="16" bgcolor="#83ad69" align="center"><font color="#FFFFFF">密 码:</font></td>
<td width="282" bgcolor="#f9f9f9">
<input type="password" name="adminpassword" class="rad"> </td>
</tr>
<tr bgcolor="#f9f9f9">
<td height="38" colspan="3" align="center"> <input type="button" name="Submit" value="管理" onclick="checkform()" class="rad">
<input type="reset" name="Submit2" value="重设" class="rad"> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -