r_main.asp

来自「网络教学管理系统」· ASP 代码 · 共 41 行

ASP
41
字号

<html>
<!--#include file = "CheckLogin.asp" -->
<!--#include file = "inc/zhuru.asp" -->
<%
	Dim strSsql
	Dim strSujectID ,strTeacherID ,strTeachingSujectID
	strSujectID = Request.QueryString("SujectID")
	strTeacherID = Request.QueryString("TeacherID")
	strTeachingSujectID = Request.QueryString("TeachingSujectID")
	If strSujectID <> "" Then
		Session("SujectID") = strSujectID
	End If
	
	If strTeacherID <> "" Then
		Session("TeacherID") = strTeacherID
	End If
	If strTeachingSujectID <> "" Then
		Session("TeachingSujectID") = strTeachingSujectID
	End If
%>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title></title>
</head>

<frameset rows="20,*" framespacing="0" border="0">
  <frame name="R_top" scrolling="no" noresize target="R_top" src="R_top.asp" frameBorder=0>
 <frame name="R_main" scrolling="no" noresize target="R_main" src="Content.asp" frameBorder=0>
  <noframes>
  <body>

  <p>此网页使用了框架,但您的浏览器不支持框架。</p>

  </body>
  </noframes>
</frameset>
</html>

⌨️ 快捷键说明

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