📄 frame.asp
字号:
<%@LANGUAGE="VBSCRIPT"%>
<% if Trim(Request.QueryString("action"))="exit" then
session("fbcpassword")=""
response.Redirect("frame.asp")
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>制作</title>
</head>
<frameset rows="27,*" cols="*" framespacing="2" frameborder="no" border="2" bordercolor="#000000">
<frame src="top.asp" name="topFrame" scrolling="no" noresize >
<frame src="index.asp" name="mainFrame" scrolling="auto" noresize>
</frameset>
<noframes>
<body>
对不起,本页面使用了框架!你的浏览器不支持!
</body>
</noframes>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -