selectcourse.asp
来自「一个学生选棵系统的毕业论文」· ASP 代码 · 共 50 行
ASP
50 行
<!--#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 + =
减小字号Ctrl + -
显示快捷键?