?? guestpreview.asp
字號:
<%@language=vbscript codepage=936 %>
<!--#include file="config.asp"-->
<!--#include file="ubbcode.asp"-->
<link href="1.css" rel="stylesheet" type="text/css">
<html>
<head>
<title>留言預覽</title>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="border" style="border-left:#99CCFF 1px solid; border-right:#99CCFF 1px solid; border-bottom:#99CCFF 1px solid; border-top:#99CCFF 1px solid;">
<tr class="tdbg_left">
<tr class="tdbg_leftall">
<td height="153" valign="top" style="word-break:break-all;Width:fixed">
<%
response.write ubbcode(HTMLEncode(request.form("content")))
%>
</td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="15" align="center" valign="top">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="13" class="tdbg_left2"></td>
</tr>
</table>
</td>
</tr>
</table>
<div align="center">[<a href="javascript:window.close();">關閉窗口</a>] </div>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -