frame.asp
来自「个人求职网源代码」· ASP 代码 · 共 23 行
ASP
23 行
<%@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 + =
减小字号Ctrl + -
显示快捷键?