Products.asp
Upload User: ahxunteng
Upload Date: 2022-05-16
Package Size: 1606k
Code Size: 3k
Development Platform:

VBScript

  1. <%@ LANGUAGE=VBScript CodePage=936%>
  2. <%option explicit%>
  3. <%Response.Buffer=True%>
  4. <!--#include file="Include/System.asp"-->
  5. <!--#include file="../Inc/ubbcode.asp"-->
  6. <!--#include file="Include/SysProduct.asp"-->
  7. <!--#include file="Include/StrLeft.asp"-->
  8. <%
  9. '请勿改动下面这三行代码
  10. ShowSmallClassType=ShowSmallClassType_Default
  11. MaxPerPage=MaxPerPage_Default
  12. strFileName="Product.asp?BigClassName=" & BigClassName & "&SmallClassName=" & SmallClassName 
  13. %>
  14. <!--#include file="Include/Head.asp" -->
  15. <TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
  16. <TR> 
  17. <TD vAlign=top class='M_Left_Td'> 
  18. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  19. <tr>
  20. <td valign="top">
  21. <% Call Left_Product() %>
  22. </td>
  23. </tr>
  24. </table> 
  25. </TD>
  26. <%if strSkins <= 200 and strSkins >= 1 then%>
  27. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  28. <%
  29. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  30. %>
  31. <%end if%>
  32. <TD vAlign=top> 
  33. <TABLE cellPadding=0 cellSpacing=0 align='center' class='M_Center_Title'>
  34. <% Call Style_Adcolumn() '广告栏 %>
  35. <!-- 产品分类 -->
  36. <TD>
  37. <TABLE cellSpacing=0 cellPadding=0 class='MC_Pt_Title'>
  38. <TR>
  39. <TD class='MC_Pt_TD1'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  40. <TD class='MC_Pt_TD2'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  41. <TD class='MC_Pt_TD3'><SPAN class=Glow>
  42. 产品分类
  43. &nbsp;</SPAN></TD>
  44. <TD class='MC_Pt_TD4'><div align="right">
  45. &nbsp;</div></TD>
  46. <TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  47. </TR>
  48. </TABLE>
  49. </TD>
  50. </TR>
  51. <TR> 
  52. <TD>
  53. <TABLE cellSpacing=0 cellPadding=0 class='MC_PrNr_Title'>
  54. <tr> 
  55. <td valign=top style="line-height: 150%">
  56. <% call ShowAllClass() %> 
  57. </td>
  58. </tr>
  59. </table>
  60. </TD>
  61. </TR>
  62. <!-- 产品分类 END -->
  63. <TR> 
  64. <TD> 
  65. <TABLE cellSpacing=0 cellPadding=0 class='MC_bottom_title'>
  66. <tr> 
  67. <td>
  68. </td>
  69. </tr>
  70. <tr><td class='MC_bottom_Td2'></td></tr>
  71. </table>
  72. </TD>
  73. </TR>
  74. <TR><TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD></TR>
  75. </TABLE>
  76. </TD>
  77. <%if strSkins <= 200 and strSkins >= 1 then%>
  78. </TR>
  79. </TABLE>
  80. <!--#include file="Include/Foot.asp" -->
  81. <%
  82. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  83. %>
  84. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  85. <TD vAlign=top background="../Skin/201/line-mid-glay.gif" width="6"><img border="0" src="../Skin/201/line-shadow-glay-
  86. mid.gif" width="6" height="146"></TD>
  87. <TD vAlign=top class='Mr_TitlePt'><% Call Right_Download() %></TD>
  88. </TR>
  89. </TABLE>
  90. <!--#include file="Include/Foot4.asp" -->
  91. <%end if%>