www.gusucode.com > 25175 学生成绩管理查询系统码程序 > ADMIN/admin_select.asp

    <!-- #include file="inc.asp" -->
<!-- #include file="../config.asp" -->
<!-- #include file="../conn.asp" --> 
<%
'====================================================================
'25175成绩查询管理系统
'powered by 25175
'=-------------------------------------------------------------------
'= 文件名称:admin_guestbook.asp
'= 摘    要:课程管理文件
cj_webtit="后台管理首页 - 课程管理查询下拉"

'= 最后日期:2006-3.1
'====================================================================
Call admin_log

%>
<html>
<head>
<title><%=cj_website%> - <%=cj_webtit%></title>
<meta http-equiv="refresh">
<style type="text/css">
<!--
@import url("Admin_Style.css");
-->
</style>
</head>
<body onload=setup()>
<%Call admin_select%>
<SCRIPT LANGUAGE = JavaScript>

var s=["lj","bj","xq"];
var opt0 = ["-请选择年级-","-请选择班级-","-请选择类型-"];
function setup()
{
 for(i=0;i<s.length-1;i++)
 document.getElementById(s[i]).onchange=new Function("change("+(i+1)+")");
 change(0);
}
//-->
</SCRIPT>
<table width="742" border='0' align='center' cellpadding='2' cellspacing='1' class='border'>
	<tr class='topbg'>
		<td align='center'>
		<strong>课程信息管理</strong>
		</td>
	</tr>
	<form action="admin_kcs.asp" method="get" name="formx" style="margin:0px" target="_parent">
	<tr class='tdbg'>
		<td>
			<select id="s1" name="lj" style="width:140px" tabindex="1">
				<option>-请选择年级-</option>
			</select>
			<select id="s2" name="bj" style="width:140px" tabindex="2">
				<option>-请选择班级-</option>
			</select>
			<select id="s3" name="xq" style="width:140px" tabindex="2">
				<option>-请选择学期-</option>
			</select>
			<input  type='submit' name='Submit' value=' 查  看 ' style='cursor:hand;'>
		</td>
	</tr>
	</form>
	</table>