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

📄 selectcourse.asp

📁 一个学生选棵系统的毕业论文
💻 ASP
字号:
<!--#include file="../include/keepHouse.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../include/WebCourseSettlementStyle.Css" rel="stylesheet" type="text/css">
<title></title>
</head>

<body>
<div align=center>
<!--#include file="../include/header.asp"-->
<%
call insureID()
if Session("USER_TYPE")<>"Student"  then 
	response.write "你不是学生,无权选课!"
	response.end
end if
%>

<table border="0" cellpadding="0" cellspacing="0" width="750" height="351">

<tr height=80>
<td valign="top" colspan="3">
<iframe name="I1" width="750" height="80" src="SelectCourseTop.asp" scrolling=auto frameborder=0>
浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
</tr>

<tr height=1 bgcolor=#C0C0C0>
<td colspan="3">
</td>
</tr>

<tr height="280">
<td valign="top" width="249" >
<iframe name="I2" width="249" height="280" src="SelectCourseLeft.asp" scrolling=auto frameborder=0>
浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe>
</td>
<td  width="1" bgcolor=#c0c0c0></td>
<td valign="top" width="500">
<iframe name="I3" width="500" height="280" src="SelectCourseMain.asp" scrolling=auto frameborder=0 >
浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe>
</td>
</tr>

</table>
</div>
<!--#include file="../include/footer.asp"-->
</body>
</html>

⌨️ 快捷键说明

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