showmsg.asp

来自「asp构建网站bbs.采用B/S架构」· ASP 代码 · 共 27 行

ASP
27
字号
<!--#include file="path.asp"-->
<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="10; URL=showmsg.asp">
<meta http-equiv="pragma" content="no-cache">
<style type="text/css">
td,p,body {
	font-family: "Verdana,宋体";
	font-size: 12px;
	color: #FFFFFF;
	table-layout:fixed;
	word-break:break-all;
	}
.ttt   {
background-color: #52a5a5; color: #FFFFFF; height: 118; width: 98%; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px:;
	}
</style>
<body bgcolor="#52a5a5" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
  <tr>
    <td><%=replace(Application("messagef"&forum_sn),"%","")%></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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