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

📄 admin_selectsubmit.asp

📁 信达技校学生管理系统,程序编写比较有价值。
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
if session("ok")="" then
Response.Write "<script>alert(""非法用户,你没有登录本系统!"");location.href=""index.asp"";</script>"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body,td,th {
	font-family: 宋体;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000066;
}
-->
</style></head>

<body>

<table border="1" cellspacing="0" width="100%" bordercolor="#CCCCCC" bordercolordark="white" bordercolorlight="#CCCCCC" style="font-family:宋体; font-size:10pt; text-align:center;" align="center">
  <tr>
    <td width="5%" rowspan="8">&nbsp;</td>
	
    <td height="25" colspan="2" bgcolor="#009900"><font color="#FFFFFF">请选择以下的查询方式</font></td>
    <td width="5%" rowspan="8">&nbsp;</td>
  </tr>
  <tr><form action="admin_select1.asp" method="post">
    <td width="26%" height="30" align="right">按姓名查询:</td>
    <td width="64%" height="30" align="left"><input name="selectname" type="text" id="selectname">
    &nbsp;&nbsp;&nbsp;&nbsp;
    <input name="aa" type="submit" id="aa" value="查询"></td>
  </form></tr>
  <tr><form action="admin_select2.asp" method="post">
    <td height="30" align="right">按住址查询:</td>
    <td height="30" align="left"><input name="hefrom" type="text" id="hefrom">      
    &nbsp;&nbsp;&nbsp;&nbsp;
        <input name="bb" type="submit" id="bb" value="查询"></td></form>
  </tr>
  <tr><form action="admin_select3.asp" method="post">
    <td height="30" align="right">按课程查询:</td>
    <td height="30" align="left">      <select name="selectclass" id="selectclass">
      <option value="电脑初级" selected>电脑初级</option>
      <option value="电脑中级">电脑中级</option>
      <option value="电脑高级">电脑高级</option>
      <option value="电脑维修">电脑维修</option>
    </select>      
      &nbsp;&nbsp;        &nbsp;
      <input name="cc" type="submit" id="cc" value="查询"></td></form>
  </tr>
  <tr><form action="admin_select4.asp" method="post">
    <td height="30" align="right">按是否已结业查询:</td>
    <td height="30" align="left"><input name="selectjieye" type="radio" value="true" checked>
      <input type="radio" name="selectjieye" value="false">
      &nbsp;否&nbsp;&nbsp;&nbsp;
      <input name="dd" type="submit" id="dd" value="查询"></td>
	  </form>
  </tr>
  <tr><form action="admin_select5.asp" method="post">
    <td height="30" align="right">按是否贫困村查询:</td>
    <td height="30" align="left"><input name="selectpinkun" type="radio" value="true" checked>
      <input type="radio" name="selectpinkun" value="false">
      &nbsp;否&nbsp;&nbsp;&nbsp;
      <input name="ee" type="submit" id="ee" value="查询"></td>
	  </form>
  </tr>
  <tr>
    <td height="30" align="right">&nbsp;</td>
    <td height="30" align="left">&nbsp;</td>
  </tr>
  <tr>
    <td height="30" align="right">&nbsp;</td>
    <td height="30" align="left">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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