Sale.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/eshopcode.asp"-->
  6. <!--#include file="Include/SysCoSaJo.asp"-->
  7. <!--#include file="Include/StrLeft.asp"-->
  8. <!--#include file="Include/Head.asp" -->
  9. <TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
  10. <TR>
  11. <%if strSkins <= 200 and strSkins >= 1 then%>
  12. <%
  13. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  14. %>
  15. <TD vAlign=top class='M_Left_Td'> 
  16. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  17. <tr>
  18. <td valign="top">
  19. <% Call Left_Sale() %>
  20. </td>
  21. </tr>
  22. </table> 
  23. </TD>
  24. <%end if%>
  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. <%
  43. dim Action
  44. Action=trim(request("Action"))
  45. if Action="Sale" then
  46. Response.write "国内市场"
  47. elseif Action="Salea" then
  48. Response.write "国际市场"
  49. end if
  50. %>
  51. &nbsp;</SPAN></TD>
  52. <TD class='MC_Pt_TD4'><div align="right">
  53. &nbsp;</div></TD>
  54. <TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  55. </TR>
  56. </TABLE>
  57. </TD>
  58. </TR>
  59. <TR> 
  60. <TD>
  61. <TABLE cellSpacing=0 cellPadding=0 align='center' class='MC_HSJNr_Title'>
  62. <tr> 
  63. <td valign=top style="line-height: 150%">
  64. <%if Action="Sale" then%>
  65. <%=CSJ_Sale%>
  66. <%elseif Action="Salea" then%>
  67. <%=CSJ_Salea%>
  68. <%end if%>
  69. </td>
  70. </tr>
  71. </table>
  72. </TD>
  73. </TR>
  74. <!-- 国内市场 END -->
  75. <TR> 
  76. <TD> 
  77. <TABLE cellSpacing=0 cellPadding=0 align='center' class='MC_bottom_title'>
  78. <tr> 
  79. <td>
  80. </td>
  81. </tr>
  82. <tr><td class='MC_bottom_Td2'></td></tr>
  83. </table>
  84. </TD>
  85. </TR>
  86. <TR> 
  87. <TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  88. </TR>
  89. </TABLE> 
  90. </TD>
  91. <%if strSkins <= 200 and strSkins >= 1 then%>
  92. <TD vAlign=top class='M_Left_Td'> 
  93. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  94. <tr>
  95. <td valign="top">
  96. <% Call Left_Sale() %>
  97. </td>
  98. </tr>
  99. </table> 
  100. </TD>
  101. </TR>
  102. </TABLE>
  103. <!--#include file="Include/Foot.asp" -->
  104. <%
  105. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  106. %>
  107. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  108. <TD vAlign=top background="../Skin/201/line-mid-glay.gif" width="6"><img border="0" 
  109. src="../Skin/201/line-shadow-glay-mid.gif" width="6" height="146"></TD>
  110. <TD vAlign=top class='Mr_TitlePt'><% Call Right_Download() %></TD>
  111. </TR>
  112. </TABLE>
  113. <!--#include file="Include/Foot4.asp" -->
  114. <%end if%>