📄 list.asp
字号:
<% If request("id")<>"" Then %>
<!--#include file="../inc/conn.asp" -->
<%
set rs=conn.execute("select * from productinfo where id="&Request("id")&"")
if rs.eof then
response.write"无此产品"
else
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>产品展示</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<link href="../STYLE.CSS" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#339900" topmargin="0">
<div align="center">
<table width="100%"><tr>
<td width="100%" height="120" background="member/images/topgif.gif"><div align="center">
<OBJECT
codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0
height=172 width=995 align=middle
classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="../images/banner.swf"><PARAM NAME="quality" VALUE="High"><PARAM NAME="scale" VALUE="ExactFit">
<embed src="../images/banner.swf" quality="High"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="995" height="172"
scale="ExactFit"></embed>
</OBJECT>
</div></td></tr></table>
<!--#include file="../top.htm" -->
<table width="1000" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="371"><img src=../admin/pic/<%=rs("productphoto")%> class="img"></td>
<td align="center" valign="top">
<table width="150" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
<tr>
<td><font color="#993333">名称:</font><%=rs("productname")%><br> <font color="#993333">编号:</font><%=rs("productid")%><br>
<font color="#993333">类别:</font><%=rs("bigclass")%><br> <font color="#993333">材料:</font><%=rs("cl")%><br>
<font color="#993333">尺寸:</font><%=rs("sizes")%><br>
<br><img src=../image/cart.gif width=19 height=19>
<a href=# onMouseDown=MM_openBrWindow('shopping.asp?productname=<%=rs("productname")%>&productid=<%=rs("id")%>&money=<%=rs("salesmoney")%>','','width=500,height=250')>现在订购</a></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="../bomt.htm" -->
</div>
</body>
</html>
<%
End If
End If %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -