📄 logon.asp
字号:
<%@ LANGUAGE="VBSCRIPT" %>
<%if isempty(session("username")) then
response.write "time out <a href='default.asp'>login again</a>"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>欢迎光临网友俱乐部!</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<frameset bordercolor="#FFCC33" border="false" framespacing="0" frameborder="0"
rows="70,*">
<frame name="banner" scrolling="no" noresize target="contents" src="topboard.asp">
<frameset border="1" framespacing="0" bordercolor="#FF9966" cols="150,*">
<frame name="contents" target="main" src="listboard.asp" scrolling="auto" marginwidth="9"
marginheight="12">
<frame name="main" scrolling="auto" src="welcome.asp">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -