📄 viewnews.asp
字号:
<!--#include file="dbinc/dbpath.asp" -->
<html>
<head>
<title>3鸟设社网站评测——成员动态浏览</title>
<link rel="stylesheet" href="link.css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="2" marginheight="2" bgcolor="#FFFFFF">
<!--#include file="top.htm" --> <%
siteid=CLng(request.querystring("id"))
set rs=server.createobject("adodb.recordset")
rs.open "Select * from news where news.newsid="&siteid,conn
if not (rs.bof and rs.eof) then
%> <table width="764" border="0" cellspacing="2" cellpadding="0" align="center" class="9p" style="border-left: 1 dotted #000000; border-right: 1 dotted #000000" bgcolor="#FFFFFF">
<tr> <td width="164" valign="top" bgcolor="#EDB7D1"> <table width="100%" border="0" class="9p" cellpadding="0" cellspacing="0" align="center">
<tr> <td bgcolor="#CC3366" height="22"> <div align="center"><font color="#FFFFFF">类
型 分 类</font></div></td></tr> <tr> <td bgcolor="#EDB7D1"> <table width="90%" border="0" cellspacing="1" cellpadding="2" class="9p" align="center">
<tr> <td> <div align="left"><img src="image/j1.gif" width="9" height="10"> <a href="listtype.asp?type=1">电脑网络</a></div></td><td><img src="image/j1.gif" width="9" height="10">
<a href="listtype.asp?type=12">综合网站</a></td></tr> <tr> <td> <div align="left"><img src="image/j1.gif" width="9" height="10">
<a href="listtype.asp?type=2">免费资源</a></div></td><td><img src="image/j1.gif" width="9" height="10">
<a href="listtype.asp?type=11">社会公益</a></td></tr> <tr> <td> <div align="left"><img src="image/j1.gif" width="9" height="10">
<a href="listtype.asp?type=3">休闲娱乐</a></div></td><td><img src="image/j1.gif" width="9" height="10">
<a href="listtype.asp?type=10">科技咨讯</a></td></tr> <tr> <td> <div align="left"><img src="image/j1.gif" width="9" height="10">
<a href="listtype.asp?type=4">文学艺术</a></div></td><td><img src="image/j1.gif" width="9" height="10">
<a href="listtype.asp?type=9">商贸金融</a></td></tr> <tr> <td> <div align="left"><img src="image/j1.gif" width="9" height="10">
<a href="listtype.asp?type=5">游戏世界</a></div></td><td><img src="image/j1.gif" width="9" height="10">
<a href="listtype.asp?type=8">程序设计</a></td></tr> <tr> <td> <div align="left"><img src="image/j1.gif" width="9" height="10">
<a href="listtype.asp?type=6">音乐天堂</a></div></td><td><img src="image/j1.gif" width="9" height="10">
<a href="listtype.asp?type=7">体育生活</a></td></tr> <tr> <td> <div align="left"></div></td><td> </td></tr>
</table></td></tr> </table></td><td width="594" valign="top"> <table width="594" border="0" cellspacing="1" cellpadding="2" bgcolor="#CC3366" align="center">
<tr> <td height="20"><font color="#FFFFFF">·</font><font color="#FFFFFF">3鸟设社网站评测>>
成员新闻动态浏览>> <b><%=rs("biaoti")%></b></font></td></tr> <tr> <td bgcolor="#FFFFFF">
<table width="450" border="0" cellspacing="1" cellpadding="0" class="9p" align="center">
<tr> <td height="38"> <div align="center"><font color="#FFFFFF"><b><font color="#003300"><br><%=rs("biaoti")%></font></b></font><font color="#003300">
<br> 来自:<%=rs("time")%> <a href="<%=rs("weburl")%>" target="_blank"><%=rs("fabuzhe")%></a></font></div></td></tr>
<tr> <td bgcolor="#FFFFFF"> <div align="center"> <table width="440" border="0" cellspacing="0" cellpadding="0" class="9p">
<tr> <td> <div align="center"></div></td></tr> <tr> <td height="27"><font color="#000000"><br>
<%=rs("neirong")%></font><br> <br> </td></tr> </table></div></td></tr> </table></td></tr>
</table></td></tr> </table><% else %> <table width="762" border="0" cellspacing="0" cellpadding="0" align="center" class="9p">
<tr> <td height="21" bgcolor="#FFFFFF" width="760"> <div align="center"><font color="#cc3366">对不起,数据在处理中发生错误,请重试!</font></div></td></tr>
</table><%
end if
rs.close
set rs=nothing
conn.close
set conn=nothing
%> <!--#include file="bottom.htm" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -