onlineframe.asp

来自「学生档案与成绩管理(1)学生档案管理:记录每个学生的档案信息」· ASP 代码 · 共 24 行

ASP
24
字号
<!-- #include file = "../include/function.asp" -->
<%
	if Request.Cookies("Login")("UserID")="" then
		dim LoginFrom
		LoginFrom=Request.Cookies("Temp")("LoginFrom")
		Response.Redirect (LoginFrom)
		Response.End 
	end if
%>
<html>
	<head>
		<title><%=AppTitle%></title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	</head>
	<frameset name="OnlineFrame" rows="40,*,40" frameborder="0" NORESIZE>
		<frame name="OnlineHead" scrolling="auto" marginWidth="0" marginHeight="0" src="onlinehead.htm" NORESIZE>
		<frameset name="RightPanel" rows="60,*" frameborder="0" NORESIZE>
			<frame name="RightHead" scrolling="auto" marginWidth="0" marginHeight="0" src="../system/user/online/listhead.asp" NORESIZE>
			<frame name="RightData" scrolling="auto" marginWidth="0" marginHeight="0" src="" NORESIZE>
		</frameset>
		<frame name="ReLogin" scrolling="auto" marginWidth="0" marginHeight="0" src="relogin.asp" NORESIZE>
	</frameset>
</html>

⌨️ 快捷键说明

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