📄 open_news.asp
字号:
<!--#include file="conn.asp"-->
<% dim content
sql="select * from ccnews where id="&request("id")
rs.open sql,conn,3,2
%>
<HTML><HEAD><TITLE>商城新闻</TITLE>
<META http-equiv=content-type content="text/html; charset=gb2312"><LINK
href="pic/cnnetstars.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
</HEAD>
<BODY oncontextmenu="return false" bgColor=#ffffff leftMargin=0 topMargin=0>
<table width="576" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#666666">
<tr>
<td bgcolor="#FFFFFF"><TABLE width="574" border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR bgColor=#FF3300>
<TD height=2 colSpan=2></TD>
</TR>
<TR>
<TD width="89%" bgColor=#F6FAF5><IMG height=48
src="pic/logo_1.gif" width=107></TD>
<TD width="11%" bgColor=#f6faf5> <DIV align=center><IMG height=48 src="pic/12.gif"
width=107></DIV></TD>
</TR>
<TR>
<TD background=pic/tit_dotline.gif colSpan=2 height=1></TD>
</TR>
<TR bgColor=#FF9900>
<TD height=40 colSpan=2> </TD>
</TR>
<TR>
<TD background=pic/tit_dotline.gif colSpan=2
height=1></TD>
</TR>
</TBODY>
</TABLE>
<TABLE class=word cellSpacing=0 cellPadding=0 width=574 align=center border=0>
<TBODY>
<TR>
<TD></TD>
</TR>
<TR>
<TD align=middle height=4></TD>
</TR>
<TR>
<TD align=middle height=335> <TABLE class=word cellSpacing=0 cellPadding=0 width="90%" border=0>
<TBODY>
<TR>
<TD height=10></TD>
</TR>
<TR>
<TD align=middle height=20><div align="center"><B><FONT
color=#FF6600><%=rs("caption")%> </FONT></B></div></TD>
</TR>
<TR>
<TD align=middle height=20> <DIV align=center><IMG height=3 src="pic/line_3.gif"
width=130><IMG height=3 src="pic/line_3.gif"
width=130><IMG height=3 src="pic/line_3.gif"
width=130></DIV></TD>
</TR>
<TR>
<TD vAlign=top height=265> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="word"><div align="right">发布时间:<%=rs("puttime")%></div></td>
</tr>
</table>
<P>
<%if rs("imgpath1")<>"" then%>
<a href="../<%=rs("imgpath1")%>" target="_blank"><img src="../<%=rs("imgpath1")%>" width="200" border="0" align="left"></a><br>
<%end if%>
<%=rs("content")%></P>
<P align=center>
<%if rs("imgpath2")<>"" then%>
<a href="../<%=rs("imgpath2")%>" target="_blank"><img src="../<%=rs("imgpath2")%>" width="200" border="0"></a>
<%end if%>
<font color="#FFFFFF"> ----</font>
<%if rs("imgpath3")<>"" then response.Write("<img src=../"&rs("imgpath3")&" width='200'>") end if%>
</P></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<BR> <TABLE width="574" border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD bgColor=#000000 colSpan=2 height=1></TD>
</TR>
<TR>
<TD colSpan=2 height=45> <DIV align=right><A href="javascript:window.close()"><IMG height=39
src="pic/close_1.gif" width=60
border=0></A></DIV></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -