📄 onlineframe.asp
字号:
<!-- #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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -