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

📄 r_main.asp

📁 网络教学管理系统
💻 ASP
字号:

<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -