⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showpic.asp

📁 网上商场 帐户管理方面     1.实现了购物车和收藏夹的功能。     2.实现了历史订单查询以及即时订单跟踪。     3.实现了个人资料修改,查询以及送货人信息修改和查询。  
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.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">
<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">
        <%
		dim sql
      sql="select bookpic from shop_books where bookid="&(request("id"))
	  set rs=createobject("adodb.recordset")
      rs.open sql,conn,3,3
      if rs.eof then
      %>
        <tr> 
          <td width="380" height="18"> <font color="#FF0000" size="2">没有找到你要查看的商品 
            </font></td>
        </tr>
        <%else %>
        <tr> 
          <td width="100%" valign="top"> </td>
        </tr>
        <tr> 
          <td width="100%"></td>
        </tr>
      </table></td>
  </tr>
</table>
<TABLE width=754 border=0 align="center" cellPadding=0 cellSpacing=0>
  <TBODY> 
  <TR> 
      <TD width="15"><IMG height=67 src="images/2-23_01.gif" width=15></TD>
      <TD width="716"><IMG height=67 src="images/2-23_02.gif" width=716></TD>
      <TD width="23"><IMG height=67 src="images/2-23_03.gif" width=15></TD>
  </TR>
  <TR> 
    <TD width="15"> 
      <div align="right"></div>
    </TD>
    <TD width="716" bgcolor="#E4E4E4"> 
      <table width=98% border=0 align="center" cellpadding=0 cellspacing=0>
        <tbody> 
        <tr bgcolor=#ffffff> 
          <td> 
            <div align="center"><br>
              <img src="<%=rs("bookpic")%>" border="0"> </div>
            <br>
          </td>
        </tbody> 
        <%
      end if
      rs.close
	  	  set rs=nothing%>
      </table>
    </TD>
    <TD width="23">&nbsp;</TD>
  </TR>
  <TR> 
    <TD colspan="3"> 
      <div align="left"><img src="images/2-23_04.gif" width="15" height="67"><img src="images/2-23_07.gif" width="716" height="67"><img src="images/2-23_06.gif" width="15" height="67"></div>
    </TD>
  </TR>
  </TBODY> 
</TABLE>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -