📄 newinfo.asp
字号:
<!--#include file="top.asp"-->
<%
id = request("id")
%>
<TABLE cellSpacing=0 cellPadding=0 width=1002 align=center border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle background=images/bj01.jpg>
<TABLE cellSpacing=0 cellPadding=0 width=924 align=center border=0>
<TBODY>
<TR>
<TD width=8 height=249 rowSpan=2></TD>
<TD vAlign=top align=middle width=907
background=images/bj.jpg>
<TABLE cellSpacing=0 cellPadding=0 width="99%" align=center
border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle width=261><IMG height=499
src="images/left_pic.jpg" width=252><BR><BR></TD>
<TD vAlign=top align=middle width=637><BR>
<TABLE cellSpacing=0 cellPadding=0 width=526 align=center
border=0>
<TBODY>
<TR>
<TD align=left height=46><IMG height=46
src="images/news.jpg"
width=512></TD></TR></TBODY></TABLE>
<%
set rs = server.CreateObject("adodb.recordset")
rs.open"select * from News where ID="&id,conn,1,3
rs("hits") = rs("hits") + 1
rs.update
%>
<br>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><strong><%=rs("Title")%></strong></td>
</tr>
<tr>
<td><hr></td>
</tr>
<tr>
<td class="hangg"><%=rs("Content")%></td>
</tr>
<tr>
<td align="right"><p><%=rs("Infotime")%> 点击率:[<%=rs("hits")%>]</p>
<p>[<a onClick="javascript:window.close();" style="cursor:hand">关闭本页</a>]</p></td>
</tr>
</table>
<%
rs.close
set rs = nothing
%></TD>
</TR></TBODY></TABLE></TD></TR>
<TR>
<TD align=middle background=images/bj_base.jpg
height=28> </TD></TR></TBODY></TABLE><LINK
href="images/css.css" type=text/css rel=stylesheet>
<TABLE class=m1 cellSpacing=0 cellPadding=0 width=924 align=center
border=0>
<TBODY>
<TR>
<TD width="113" height=82 align=center class=about></TD>
<TD width="811" align=center class=about><!--#include file="bottom.asp"--></TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -