?? preview.jsp
字號:
<!-- #include file="conn.asp" -->
<!-- #include file="inc/const.asp" -->
<!-- #include file="inc/char.asp" -->
<!-- #include file="inc/ubbcode.asp" -->
<%
stats="預覽帖子"
response.write "<html><head>"&_
"<meta NAME=GENERATOR Content=""Microsoft FrontPage 4.0"" CHARSET=GB2312>"&_
"<title>"&ForumName&"--"&stats&"</title>"&_
"<link rel=stylesheet type=text/css href=forum.css></head>"&_
"<body "&ForumBody&">"
%>
<p> </p>
<table cellpadding=0 cellspacing=0 border=0 width="<%=tablewidth%>" bgcolor=<%=Tablebackcolor%> align=center>
<tr>
<td>
<table cellpadding=3 cellspacing=1 border=0 width=100%>
<TBODY>
<TR align=middle bgcolor=<%=Tabletitlecolor%>>
<TD height=24><b><font color="<%=TableFontColor%>">帖子預覽</font></b></TD>
</TR>
<TR bgcolor=<%=Tablebodycolor%>>
<TD height=24><font color="<%=TableContentColor%>">
<%
response.write"<b>"& htmlencode(request.form("title")) &"</b><br>"& ubbcode(request.form("body"))
%></font></TD>
</TR>
</TBODY>
</TABLE>
</td>
</tr>
</table>
<%call endline()%>
<!-- #include file="footer.asp" -->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -