Search.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. ShowSmallClassType=ShowSmallClassType_Search
  10. MaxPerPage=MaxPerPage_Search
  11. strFileName="Search.asp?Field=" & strField & "&Keyword=" & keyword & "&BigClassName=" & BigClassName & "&SmallClassName=" & SmallClassName 
  12. %>
  13. <!--#include file="Include/Head.asp" -->
  14. <TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
  15. <TR> 
  16. <TD vAlign=top class='M_Left_Td'> 
  17. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  18. <tr>
  19. <td valign="top">
  20. <% Call Left_Product() %>
  21. </td>
  22. </tr>
  23. </table> 
  24. </TD>
  25. <%if strSkins <= 200 and strSkins >= 1 then%>
  26. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  27. <%
  28. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  29. %>
  30. <%end if%>
  31. <TD vAlign=top> 
  32. <TABLE cellPadding=0 cellSpacing=0 align='center' class='M_Center_Title'>
  33. <% Call Style_Adcolumn() '广告栏 %>
  34. <!-- 产品搜索 -->
  35. <TR>
  36. <TD>
  37. <TABLE cellSpacing=0 cellPadding=0  align='center' 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. <% call ShowSearchTerm() %>
  43. &nbsp;</SPAN></TD>
  44. <TD class='MC_Pt_TD4'><div align="right">
  45. <% call SearchResultTotal() %>
  46. &nbsp;</div></TD>
  47. <TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  48. </TR>
  49. </TABLE>
  50. </TD>
  51. </TR>
  52. <TR> 
  53. <TD>
  54. <TABLE cellSpacing=0 cellPadding=0  align='center' class='MC_PrNr_Title'>
  55. <tr> 
  56. <td valign=top style="line-height: 150%">
  57. <% call ShowSearchResult() %>
  58. </td>
  59. </tr>
  60. </table>
  61. </TD>
  62. </TR>
  63. <!-- 产品搜索 END -->
  64. <TR> 
  65. <TD> 
  66. <TABLE cellSpacing=0 cellPadding=0  align='center' class='MC_bottom_title'>
  67. <tr> 
  68. <td>
  69. <%
  70. if totalput>0 then
  71. call showpage(strFileName,totalput,MaxPerPage,false,true,"个产品")
  72. end if
  73. %>
  74. </td>
  75. </tr>
  76. <tr><td class='MC_bottom_Td2'></td></tr>
  77. </table>
  78. </TD>
  79. </TR>
  80. <TR><TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD></TR>
  81. </TABLE>
  82. </TD>
  83. <%if strSkins <= 200 and strSkins >= 1 then%>
  84. </TR>
  85. </TABLE>
  86. <!--#include file="Include/Foot.asp" -->
  87. <%
  88. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  89. %>
  90. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  91. <TD vAlign=top background="../Skin/201/line-mid-glay.gif" width="6"><img border="0" 
  92. src="../Skin/201/line-shadow-glay-mid.gif" width="6" height="146"></TD>
  93. <TD vAlign=top class='Mr_TitlePt'><% Call Right_Download() %></TD>
  94. </TR>
  95. </TABLE>
  96. <!--#include file="Include/Foot4.asp" -->
  97. <%end if%>