main.asp

来自「该系统实现居域网网络考试和,系统平分轻松实现」· ASP 代码 · 共 25 行

ASP
25
字号
<%
if session("admin")="" or session("key")="" then
response.Write("<script>alert('您好!您还没有登陆');window.location.href('login.asp')</script>")
response.end
else
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>民英考试系统后台管理</title>
</head>
<frameset rows="*" cols="137,*" framespacing="0" frameborder="NO" border="0">
  <frame src="left.asp" name="leftFrame" scrolling="AUTO" noresize>
  <frameset rows="25,*,20" frameborder="NO" border="0" framespacing="0">
		<frame src="top.asp" name="topFrame" scrolling="NO" noresize>
		<frame src="center.asp" name="mainFrame">
		<frame src="bottom.asp" name="bottomFrame" scrolling="NO" noresize>
  </frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
<%
end if
%>

⌨️ 快捷键说明

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