📄 index.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">
<link href="CCS/Style.css" rel="stylesheet" type="text/css">
</head>
<script language="javascript">
function searchzj(){
if (zjsearch.keywords.value==""){
alert("请输入准考证号!");
zjsearch.keywords.focus();
return false;
}
var s=zjsearch.keywords.value.indexOf("'");
if(s!=-1){
alert("准考证号中有非法字符");
zjsearch.keywords.focus();
return false;
}
var j=zjsearch.keywords.value.indexOf("=");
if(j!=-1){
alert("准考证号中有非法字符");
zjsearch.keywords.focus();
return false;
}
document.zjsearch.submit()
}
</script>
<body>
<table width="357" border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#000000">
<tr>
<td width="366" height="129" align="center" valign="top">
<hr>
<table width="314" height="61" border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="e1e1e1">
<tr>
<td height="20"><font color="#FF0000">[ 请输入你的准考证号码 ]</font></td>
</tr>
<tr>
<td class="tl150"><form action="searchzj.asp" method="post" name="zjsearch" target="_blank" id="zjsearch">
<p>准考证号:
<input name="keywords" type="text" id="keywords" size="15">
<input type="button" name="Submit2" value="查找" onclick="searchzj()">
</p>
</form></td>
</tr>
</table><hr>
作者:徐佳</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -