📄 showgoods.asp
字号:
<!--#include file="top1.asp"-->
<%dim db
db=1
%>
<!--#include file="config/db.asp"-->
<!--#include file="config/function.inc.asp"-->
<%
dim sql,rst,myErrors
set rst=server.createobject("adodb.recordset")
sql="select * from shop_goods where gds_id="&request.querystring("id")
rst.open sql,conn,1,3
%>
<div align="center">
<table width="780" height="476" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="13" height="20" background="images/v_bar_l.gif"> </td>
<td height="20"><div align="center">浏览<%rst("gds_look_count")=rst("gds_look_count")+1%><%=rst("gds_look_count")%>次</div></td>
<td width="13" height="20" background="images/v_bar_r.gif"> </td>
</tr>
<tr>
<td width="13" height="403" background="images/v_bar_l.gif"> </td>
<td><div align="center">
<table width="519" height="347" border="0" cellpadding="0" cellspacing="0" class="allbcolor">
<tr>
<td width="250" height="220" bgcolor="#EFEFEF" class="allbcolor"><img src="upfile/<%=rst("gds_image")%>" onload="javascript: if(this.style.width>250);this.style.width=250;"/></td>
<td width="93" valign="top" bgcolor="#E1E1E1" class="allbcolor"><div align="center">产品名称:<br />
<br />
产品价格:<br />
<br />
VIP 价格:
<br />
<br />
产品简介:<br />
<br />
</div></td>
<td width="165" valign="top" bgcolor="#ECECEC" class="allbcolor"><% =rst("gds_name") %> <br />
<br />
元
<br />
<br />
元<br />
<br />
<% =rst("gds_intro") %><br /></td>
</tr>
<tr>
<td height="80" colspan="3" valign="top" bgcolor="#EFEFEF" class="allbcolor">产品说明:<br />
<% =rst("gds_info") %></td>
</tr>
</table>
</div></td>
<td width="13" background="images/v_bar_r.gif"> </td>
</tr>
<tr>
<td width="13" height="20" background="images/v_bar_l.gif"> </td>
<td height="30" class="bottomcolor"><div align="center">
<input type="submit" name="Submit" value="关闭窗口" onclick="window.close()" />
</div></td>
<td width="13" height="20" background="images/v_bar_r.gif"> </td>
</tr>
</table>
<%
rst.update
rst.close
set rst=nothing
conn.close
set conn=nothing
%>
</div><br />
<!--#include file="bottom1.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -