board.asp

来自「同样是一个在ASP.NET+SQL基础环境下开发的网上BBS系统」· ASP 代码 · 共 24 行

ASP
24
字号
<!--#include file="conn.inc"-->
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网上虚拟社区之电子公告牌</title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
</head>
<%
Check Request("SerialNum")
%>

<frameset cols="20%,*" framespacing="0">
  <frame name="top" src="userlist.asp?SerialNum=<%=Request("SerialNum")%>" marginwidth="1" marginheight="1" scrolling="no">
  <frameset rows="50%,*">
    <frame name="top" src="list.asp?SerialNum=<%=Request("SerialNum")%>" marginwidth="1" marginheight="1" scrolling="auto">
    <frame name="bottom" src="showdetail.asp?SerialNum=<%=Request("SerialNum")%>" marginwidth="1" marginheight="1" scrolling="auto">
  </frameset>
  <noframes>
  <body>
  </body>
  </noframes>
</frameset>
</html>

⌨️ 快捷键说明

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