?? view.asp
字號:
<!--#include file="../../Config/conn.asp"-->
<!--#include file="../inc/Ubbhtml.asp"-->
<%
id=request.querystring("id")
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Select * From News where id="&id,conn,3,3
rs("stat")=rs("stat")+1
rs.update
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<TITLE><%=rs("topic")%></TITLE>
<link href="../../Css/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" height="100%" align="center" cellpadding="5" bgcolor="#ffffff">
<tr>
<td valign="top"> <p> <font color="#999999">[本站<%=month(rs("date"))%>月<%=day(rs("date"))%>日消息]</font> <br>
<%Text = rs("Text")
Text=ubbcode(Text)
Response.Write Text%>
</p>
<p align="right"><font color="#999999">[該條新聞已被閱讀了<%=rs("stat")%>人次]</font></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 + -