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

📄 guanli.asp

📁 寝室管理文档 网站目的: 为了更好的管理寝室同学们的信息资料
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
if session("username")="" then
 response.write "<script language=javascript> alert('用户尚未登陆,请登陆!');location.href('index.asp'); </script>"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>查询系统</title>
<style type="text/css">
<!--
.STYLE1 {
	color: #FF6600;
	font-weight: bold;
}
-->
</style>

</head> 
<body>
<style type="text/css">
<!--
.STYLE1 {
	font-size: 24px;
	font-weight: bold;
	color: #CC6600;
}
-->
</style>

<div align="center" class="STYLE1">欢迎来到宿舍查询系统</div>
<p><center><a href="loginout.asp">退出系统</a>
<a href="login.asp">后台管理</a></center></p>
<br><br>
<a href="chaxun1.asp">学生信息查询</a>
<br><br><br><br>
<a href="chaxun2.asp"><p>寝室查询</p></a>
</form>
<br><br>
<p>统计</p>
<form id="form5" name="form5" action="tongji.asp">
  <label>
  <select name="select3">
    <option value="renshu">人数</option>
    <option value="qinshi">寝室数</option>
  </select>
  </label>
<input type="submit" value="查询" name="chaxun3"></form>
</body>
</html>

⌨️ 快捷键说明

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