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

📄 product.asp

📁 广州市拓尔家具网源码 后台:mrsystem 用户名密码admin
💻 ASP
字号:
<!--#include file="Inc/SysProduct.asp" --><!--#include file="css.css" -->
<%
MaxPerPage=MaxPerPage_Default
strFileName="Product.asp?BigClassName=" & BigClassName & "&SmallClassName=" & SmallClassName 
%>
<%SmallClassName=request("SmallClassName")
if BigClassName<>"" then%>
<TITLE><%=BigClassName%>--<%=SiteName%>--<%=SiteTitle%></TITLE>
<%end if%>

<%if BigClassName=""  then%>
<TITLE>产品展示--<%=SiteName%>--<%=SiteTitle%></TITLE>
<%end if%>
<style type="text/css">
<!--
.STYLE3 {font-size: 14px}
.STYLE4 {
	color: #FF9900;
	font-size: 14px;
}
-->
</style>
<!--#include file="top.asp"-->

<script language="JavaScript"> 
<!-- 
var flag=false; 
function DrawImage(ImgD){ 
 var image=new Image(); 
 image.src=ImgD.src; 
 if(image.width>0 && image.height>0){ 
  flag=true; 
  if(image.width/image.height>= 105/80){ 
   if(image.width>105){
    ImgD.width=105; 
    ImgD.height=(image.height*105)/image.width; 
   }else{ 
    ImgD.width=image.width;
    ImgD.height=image.height; 
   } 
   ImgD.alt="点击查看详细信息..."; 
  } 
  else{ 
   if(image.height>80){
    ImgD.height=80; 
    ImgD.width=(image.width*80)/image.height; 
   }else{ 
    ImgD.width=image.width;
    ImgD.height=image.height; 
   } 
   ImgD.alt="点击查看详细信息..."; 
  } 
 }
}

function CheckAll(form)
  {
  for (var i=0;i<form.elements.length;i++)
    {
    var e = form.elements[i];
    if (e.Name != "chkAll")
       e.checked = form.chkAll.checked;
    }
  }
//--> 
</script>
<table width="1001" height="120" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="316" valign="top"><!--#include file="left.asp" --></td>
    <td width="654" align="center" valign="top"><table width="620" height="34" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="620" height="59" align="left" background="images/amain_8.gif"><span class="STYLE4">产品中心</span></td>
      </tr>
    </table>
      <table width="620" height="248" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="248" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <TR>
          <TD width="453" 
                  height=28><% call ShowClassGuide() %>
          </TD>
          <TD width="102"><% call ShowProductTotal() %>
          </TD>
        </TR>
        <TR>
          <TD 
                  height=1 colspan="2" background=img/naBialym.gif><IMG height=1 src="img/1x1_pix.gif" 
              width=10></TD>
        </TR>
        <TR>
          <TD 
                  height=42 colspan="2"><form action="Payment.asp" method="Post" name="Inquire" target="_blank" >
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="100%"><% call ShowProduct(32) %>
                  </td>
                </tr>
              </table>
          </form></TD>
        </TR>
        <TR>
          <TD 
                  height=1 colspan="2" class="ttd"><font color="#FFFFFF"><%
		  if totalput>0 then		    
		  	call showpage(strFileName,totalput,MaxPerPage,false,true,"个产品")
		  end if
		  %></font>
          </TD>
        </TR>
      </table></td>
        </tr>
      </table>
    </td>
    <td width="31" valign="top"><img src="images/amain_9.gif" width="65" height="219" /></td>
  </tr>
</table>
<%rs.close
set rs=nothing
rslist.close
set rslist=nothing
%>
<!--#include file="foot.asp" -->

⌨️ 快捷键说明

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