⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showmsg.asp

📁 asp构建网站bbs.采用B/S架构
💻 ASP
字号:
<!--#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -