📄 queryselectt.asp
字号:
<!--
QuerySelectT.asp
Query the Course Selection By Teacher ID
按教师号查询选课结果
-->
<!--#include file="../include/KeepHouse.asp"-->
<html>
<head>
<title><%=WebName%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../include/WebCourseSettlementStyle.Css" rel="stylesheet" type="text/css">
</head>
<script language="JavaScript">
<!--
function validate(){
var COURSE_ID = document.FormQuery.COURSE_ID.value;
var TEACHER_ID = document.FormQuery.TEACHER_ID.value;
if (COURSE_ID==""){
if (TEACHER_ID==""){
alert("课程号与教师号你必须填写一项!");
return false;
}
}
}
-->
</script>
<body>
<!--#include file="../include/header.asp"-->
<table width="750" border="1" align="center" cellpadding="0" cellspacing="0" bordercolorlight="#0000dd" bordercolordark="#FFFFFF" bgcolor="#F0F0F0">
<tr bgcolor="#99CCFF">
<td colspan="2" align="center" height="28"><font size="+1" face="黑体">选 课 查
询</font></td>
</tr>
<form method="post" action="AnswerQuerySelectT.asp" name="FormQuery" onSubmit="javaScript: return validate();">
<tr>
<td width="368" align="right">输入课程号:</td>
<td width="376"><input type="text" name="COURSE_ID" size="20"></td>
</tr>
<tr>
<td align="right">输入教师号:</td>
<td><input type="text" name="TEACHER_ID" size="20"></td>
</tr>
<tr>
<td colspan="2"><br><div align="center">
<input class=button type="submit" value="查 询" style="FONT-SIZE: 9pt; WIDTH: 80px">
</div><br></td>
</tr>
</form>
</table>
<!--#include file="../include/footer.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -