📄 morepics.asp
字号:
<!--#include file="conn.asp"-->
<script>
function openbag(id) { window.open("basket.asp?hw_id="+id,"","height=420,width=460,left=190,top=10,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");}
</script>
<script language="javascript">
<!--
function openScript(url, width, height){
var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>商品图片展示</title>
</head>
<body bgcolor="#CFCFCF" leftmargin="0" topmargin="0">
<%dim rs,sql
set rs=server.createobject("adodb.recordset")
sql="select * from sort"
rs.open sql,conn,3,3
if rs.eof then
response.write ""
end if
do while not rs.eof
%>
<%rs.movenext
loop
rs.close%>
<table width="765" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="5"><table width="80%" height="5" border="0" align="center" cellpadding="0" cellspacing="0">
<%
sql="select * from hw where hw_id="&int(request("hw_id"))
rs.open sql,conn,3,3
if rs.eof then
%>
<tr>
<td width="380" height="18"> 没有找到你要查看的商品 </td>
</tr>
<%else
do while not rs.eof
%>
<tr>
<td width="100%" valign="top"> </td>
</tr>
<tr>
<td width="100%"></td>
</tr>
</table></td>
</tr>
</table>
<TABLE width=650 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD><IMG height=67 src="images/pics2/2-23_01.gif" width=15></TD>
<TD><IMG height=67 src="images/pics2/2-23_02.gif" width=716></TD>
<TD><IMG height=67 src="images/pics2/2-23_03.gif" width=10></TD>
</TR>
<TR>
<TD background="images/pics2/2-23_04.gif"> </TD>
<TD> <table width=575 border=0 align="center" cellpadding=0 cellspacing=0>
<tbody>
<tr bgcolor=#ffffff>
<td>
<div align="center"><span onClick="parent.ItemMall_LeftMenu.Wear('779.gif','80','A3',779)"><img src="<%=rs("hw_pic")%>" border="0"></span></div>
</td>
</tbody>
<%rs.movenext
loop
end if
rs.close
%>
</table></TD>
<TD background="images/pics2/2-23_06.gif"> </TD>
</TR>
<TR>
<TD><IMG height=41 src="images/pics2/2-23_07.gif" width=15></TD>
<TD><IMG height=36 src="images/pics2/2-23_08.gif" width=716></TD>
<TD><IMG height=41 src="images/pics2/2-23_09.gif"
width=10></TD>
</TR>
</TBODY>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -