?? view_affiche.asp
字號:
<!--#include file="Common/Inc_DatConn.asp"-->
<!--#include file="Common/Inc_Config.asp"-->
<!--#include file="Common/Inc_Function.asp"-->
<%
'┌─ 風(fēng)云ASP在線 ────────────────────────┐
'│ │
'│ 作者:趙振波. http://www.fyasp.com │
'│ │
'│ Q Q:176189168 │
'│ │
'│ Email:fy96@163.com │
'│ │
'│ 程序定做,系統(tǒng)開發(fā),網(wǎng)站制作,提供高質(zhì)量的網(wǎng)絡(luò)產(chǎn)品、技術(shù)和服務(wù)!│
'│ │
'│【版權(quán)聲明】 │
'│ │
'│ 本程序版權(quán)歸坐看風(fēng)云所有,未經(jīng)授權(quán)擅自修改、復(fù)制或散布本程序│
'│ │
'│的部分或全部,將承受嚴(yán)厲的民事和刑事處罰,對已知的違反者將給予法 │
'│ │
'│律范圍內(nèi)的全面制裁。對非法使用此程序所造成的一切后果本人概不負(fù)責(zé)!│
'│ │
'└─────────────────── http://www.fyasp.com ──┘
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<title>瀏覽公告信息-<% =strSiteName%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="分類,供求信息,北方供求,整站出售,免費(fèi)源碼,交友, 征友, 風(fēng)云在線, 約會, 聊天, 征婚, 婚介, 愛情, 友情, 友誼, 朋友, 伙伴, 情人, 伴侶, 同性, 異性, 女人, 男士, 女士, 男孩, 女孩, 帥哥, 美女, 單身, 獨(dú)身, 性感, 浪漫, 激情, 手機(jī)交友, 手機(jī), 短信, 彩信, 鈴聲, 圖片, 照片, 靚照, 貼圖, 語音, 視頻, 搜索, 文章, 商城" name="keywords">
<link href="Common/Style.css" type="text/css" rel="stylesheet">
</head>
<body leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<!--#include file="Top.asp"-->
<%
Dim intNewsKey
Dim rdsNews
Dim sqlNews
Dim sqlUpdateNewsHits
intNewsKey =RtnReplaceInt(Request.QueryString("Id"),0)
set rdsNews = Server.CreateObject("ADODB.Recordset")
sqlNews = "Select * From Dat_News Where NewsClass = 1 And State = 1 And NewsKey = "& intNewsKey
rdsNews.Open sqlNews,Conn,1,1
if not rdsNews.EOF then
%>
<div align="center">
<table cellSpacing="0" cellPadding="0" width="760" border="0">
<tr vAlign="top">
<td width="170" bgcolor="#F3F5F5">
<!--#include file="left.asp"-->
</td>
<td>
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td>
<img height="39" src="images/jiansuo.gif.gif" width="587"></td>
</tr>
<tr>
<td background="images/lhtbg.gif.gif">
<table cellSpacing="0" cellPadding="0" width="550" align="center" border="0">
<tr>
<td><!--#include file="Common/Inc_Search.asp"--></td>
</tr>
<tr>
<td height="6"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgColor="#85bdef" height="1"></td>
</tr>
</table>
<table height="3" cellSpacing="0" cellPadding="0" width="132" border="0">
<tr>
<td></td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr vAlign="top">
<td>
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td width="587" height="32" background="images/vxinxi.gif" align="center">
<font color="#000080"><b><% = rdsNews("Topic")%></b></font></td>
</tr>
</table>
<table cellSpacing="1" cellPadding="0" width="586" bgColor="#a8d70c" border="0">
<tr>
<td bgColor="#ffffff">
<table cellSpacing="0" cellPadding="0" width="100%" bordercolordark="#FFFFFF" borderColorLight="#3986CE" border="0">
<tbody>
<tr>
<td vAlign="top" width="100%" align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="95%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="line-height:120%;letter-spacing:1px">
<tr>
<td width="100%" height="30" align="center">發(fā)布時間:<% = FormatTime(rdsNews("CreateTime"),5)%> 來自:<% = rdsNews("From")%> 瀏覽次數(shù):<% = rdsNews("Hits")%> 次</td>
</tr>
<tr>
<td width="100%" height="1" background="images/dotline.gif"></td>
</tr>
<tr>
<td width="100%" height="10"></td>
</tr><%if rdsNews("PhotoName") <> "" then%>
<tr>
<td width="100%" align="center"><img border="0" src="<% = strUploadNewsPhotoUrl %><% = rdsNews("PhotoName")%>"></td>
</tr>
<tr>
<td width="100%" height="10"></td>
</tr>
<%end if%>
<tr>
<td width="100%" height="50" class="F16"><% =rdsNews("Content")%></td>
</tr>
<tr>
<td width="100%" height="10"></td>
</tr>
<tr>
<td width="100%" height="1" background="images/dotline.gif"></td>
</tr>
<tr>
<td width="100%" height="30" align="right"><font color="#478B47">『 <a href="Javascript:close();">關(guān)閉窗口</a> 』</font> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<table height="6" cellSpacing="0" cellPadding="0" width="132" border="0">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table><%
end if
rdsNews.Close
set rdsNews = nothing
sqlUpdateNewsHits = "Update Dat_News Set Hits = Hits + 1 Where NewsKey = "& intNewsKey
Conn.Execute sqlUpdateNewsHits
%></div>
<!--開始-->
<div align="center">
<table border="0" style="border-collapse: collapse" width="760">
<tr>
<td background="hy/img/2005_soft_mainbg.gif" height="7"></td>
</tr> </table>
</div>
<!--結(jié)束-->
<!--#include file="end.asp"-->
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -