📄 hyzx_info.asp
字号:
<!--#include file="dbconn1.asp"-->
<%
id=request("id")
set rs=server.createobject("adodb.recordset")
sql="select * from hyzx where id="&id
rs.open sql,conn,1,1
if rs.eof then
response.write "error!"
response.end
end if
%>
<html>
<head>
<title>中国库存商贸网行业资讯</title><LINK href="css.css" rel=stylesheet type=text/css>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!-- Fireworks MX Dreamweaver MX target. Created Mon Oct 20 16:13:13 GMT+0800 (?D1ú±ê×?ê±??) 2003-->
</head>
<body bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="500">
<!-- fwtable fwsrc="new 拷贝.png" fwbase="new.png" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
<tr>
<td width="39"><img src="images/spacer.gif" width="39" height="1" border="0" alt=""></td>
<td width="425"><img src="images/spacer.gif" width="299" height="1" border="0" alt=""></td>
<td width="33"><img src="images/spacer.gif" width="33" height="1" border="0" alt=""></td>
<td width="3"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<td><img name="new_r1_c1" src="images/new_r1_c1.png" width="39" height="30" border="0" alt=""></td>
<td background="images/new_r1_c2.png">
<div align="center"><%=rs("title")%>(<font color="#FF0000"><%=rs("fl")%></font>)</div></td>
<td><img name="new_r1_c3" src="images/new_r1_c3.png" width="33" height="30" border="0" alt=""></td>
<td><img src="images/spacer.gif" width="1" height="30" border="0" alt=""></td>
</tr>
<tr>
<td colspan="3" valign="top">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="15"><table width="480" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><br>
<%=rs("texts")%></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="25"> <div align="right"><font color="#666666">时间:<%=rs("addtime")%></font></div></td>
</tr>
<tr>
<td height="25">
<div align="right"><font color="#666666">来源:<%=rs("wherefrom")%></font></div></td>
</tr>
<tr>
<td height="30"> <div align="center"><a href="javascript:window.close()"><font size="2">关闭窗口</font></a></div></td>
</tr>
</table><%
rs.close
set rs=nothing
%>
</td>
<td><img src="images/spacer.gif" width="1" height="107" border="0" alt=""></td>
</tr>
<tr>
<td colspan="3"> </td>
<td><img src="images/spacer.gif" width="1" height="15" border="0" alt=""></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -