⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.asp

📁 源代码竟供大家参考
💻 ASP
字号:
<!--
=========================================================
超e工作室(http://www.chaoe.com)
用专业的心,做专业的事。。。
==========================================================
本系统是超e工作室专门为黑龙江广厦学院开发的高考录取程序,没有参照任何脚本,盗用必追究其法律责任。
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
作者:徐佳
QQ:95973
邮件:jia@chaoe.com
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-->
<%if session("adminuser")<>"" then
%>
<html>
<head>
<title>黑龙江广厦学院高考录取查询系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.sb {  cursor: hand; filter: Xray?, FinishOpacity=?, Style=?, StartX=?, StartY=?, FinishX=?, FinishY=?)}
-->
</style>
<link href="CCS/Style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" topmargin="0">
<table width="778" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
  <tr align="center">
    <td height="74" colspan="3" bgcolor="#FFFFFF" class="4bians" id="topinfo">黑龙江广厦学院高考录取查询系统</td>
  </tr>
  <tr bgcolor="D96666" align="left"> 
    <td colspan="3"  " height="10" class="sbx">    </td>
  </tr>
  <tr> 
    <td height="505" id="leftinfo" name="leftinfo" bgcolor="#FFFFFF" class="sbx" width="219"><iframe src="left.asp" align="center" width="100%" height="100%" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="NO"></iframe></td>
    <td width="9" bgcolor="D96666" class="sb" height="505">&nbsp;</td>
    <td bgcolor="#FFFFFF" align="center" class="sbx" width="650" height="505"><iframe src="copyright.asp" align="center" width="100%" height="100%" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="NO" name="search"></iframe></td>
  </tr>
</table>
</body>
</html><%
else
 response.write "<script language=javascript>"
 response.write "alert('管理员操作超 时..........');"
 response.write "javascript:history.go(-1)"
 response.write "</script>"
end if%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -