📄 watch.asp
字号:
<!--#include file="top.asp"-->
<table width="780" bgcolor=
<%
sql="select * from sys"
rs.open sql,conn,3,3%>
<%=rs("sys_color")%>
<%rs.close%>
border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="1" bgcolor=<%sql="select * from sys"
rs.open sql,conn,3,3%>
<%=rs("sys_color2")%>
<%rs.close%>></td>
<td width="146" valign="top" align="center">
<!--#include file="left.asp"--></td>
<td width="1" bgcolor=<%sql="select * from sys"
rs.open sql,conn,3,3%>
<%=rs("sys_color2")%>
<%rs.close%>> </td>
<td bgcolor="#FFFFFF" valign="top" style="padding-left: 10px">
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<%
sql="select * from hw where hw_id="&int(request("hw_id"))
rs.open sql,conn,3,3
if rs.eof then
%>
<tr>
<td>没有找到您要查看的商品</td>
</tr>
<%else
do while not rs.eof
%>
<tr>
<td valign="top">
<div align="center">
<a href=picture/<%=rs("hw_pic")%> target=_blank>
<img border="0" src="picture/<%=rs("hw_pic")%>" width="270" height="290"><br><br>点击看原图</a></div>
</td>
<td valign="top">
<p style="line-height: 200%">商品名称:<%=rs("hw_name")%><br>
商品产地:<%=rs("hw_cd")%><br>
商品数量:<%=rs("hw_sl")%><br>
商品规格:<%=rs("hw_gg")%><br>
上架时间:<%=rs("hw_date")%><br>
市场价格:<s>¥<%=rs("hw_cash")%></s><br>
商城价格:<font color="red">¥<%=rs("hw_cash1")%></font><br>
浏览次数:<%=rs("hw_views")%>
<%rs("hw_views")=rs("hw_views")+1%>
<br>
成交数量:<%=rs("hw_buys")%><br>
剩余数量:<%=rs("hw_sl")-rs("hw_buys")%><br>
</p>
<p align="left"><a href="javascript:openbag(<%=rs("hw_id")%>)"><img border="0" src="images/p2.jpg" width="93" height="26"></a></td>
</tr>
</table>
<p style="line-height: 150%">商品介绍:<br>
<font color="#FFFFFF">----</font><%=rs("hw_content")%></td>
<%rs.movenext
loop
end if
rs.close
%>
<td width="1" bgcolor=<%sql="select * from sys"
rs.open sql,conn,3,3%>
<%=rs("sys_color2")%>
<%rs.close%>></td>
</tr>
</table>
<!--#include file="copy.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -