📄 content_view.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 + -