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

📄 content_view.asp

📁 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会 商会
💻 ASP
字号:
<%@ Language=VBScript %>
<%
Response.Buffer=true
Response.Expires=0
content=trim(Request.Form("viewbody"))
title=trim(Request.Form("viewtitle"))
%>
<html>
<head>
<title>预览</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body,table,tr
{font-size: 14px; color: #000000; font-family: 宋体}
-->
</style>
</head>
<body bgcolor="#CFCDC7" text="#000000" leftmargin="0" topmargin="0">

<table width="96%" border="0" cellspacing="0" cellpadding="0" align=center>
	<tr height=10> 
		<td></td>
	</tr>
	<tr> 
		<td style="line-height:150%">
			<%=checkstr(content,"1")%>
			<%'=Server.HTMLEncode(checkstr(content))%>
		</td>
	</tr>
</table>

<!-- #include file="../func.inc.asp" -->

</body>
</html>

⌨️ 快捷键说明

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