?? view.asp
字號:
<!--#include file="../Session.asp"-->
<%
id=request.querystring("id")
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Select * From Info where id="&id,conn,3,3
%><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=rs("Heading")%></title>
<link href="../../css/site.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF">
<!--#include file="Ubbhtml.asp"-->
<table width="100%" height="100%" align="center" cellpadding="5" bgcolor="#ffffff">
<tr>
<td align="right" valign="top">
<p>
<%Text = rs("Body")
Text=ubbcode(Text)
Response.Write Text%>
</p>
</td>
</tr>
<tr>
<td height="20" align="center" valign="middle">【<a href="javascript:window.close()">關閉窗口</a>】</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -