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

VBScript

  1. <%@ LANGUAGE=VBScript CodePage=936%>
  2. <%option explicit%>
  3. <%Response.Buffer=True%>
  4. <!--#include file="Include/System.asp"-->
  5. <!--#include file="Include/StrLeft.asp"-->
  6. <!--#include file="Include/Head.asp" -->
  7. <TABLE cellPadding=0 cellSpacing=0 class='Middle_Title'>
  8. <TR> 
  9. <TD vAlign=top class='M_Left_Td'> 
  10. <table cellpadding="0" cellspacing="0" align="center" class='M_Left_Title'>
  11. <tr>
  12. <td valign="top">
  13. <% Call Left_Member() %>
  14. </td>
  15. </tr>
  16. </table> 
  17. </TD>
  18. <%if strSkins <= 200 and strSkins >= 1 then%>
  19. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  20. <%
  21. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  22. %>
  23. <%end if%>
  24. <TD vAlign=top> 
  25. <TABLE cellPadding=0 cellSpacing=0 align='center' class='M_Center_Title'>
  26. <% Call Style_Adcolumn() '广告栏 %>
  27. <!-- 会员中心首页 -->
  28. <TR>
  29. <TD>
  30. <TABLE cellSpacing=0 cellPadding=0  align="center" class='MC_Pt_Title'>
  31. <TR>
  32. <TD class='MC_Pt_TD1'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  33. <TD class='MC_Pt_TD2'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  34. <TD class='MC_Pt_TD3'><SPAN class=Glow>
  35. 会员中心
  36. &nbsp;</SPAN></TD>
  37. <TD class='MC_Pt_TD4'><div align="right">
  38. &nbsp;</div></TD>
  39. <TD class='MC_Pt_TD5'><IMG src='../img/1x1_pix.gif' width=3 height=1></TD>
  40. </TR>
  41. </TABLE>
  42. </TD>
  43. </TR>
  44. <TR> 
  45. <TD>
  46. <TABLE cellSpacing=0 cellPadding=0  align="center" class='MC_ServeNr_Title'>
  47. <tr> 
  48. <TD> <%If Session("UserName")="" Then %> <br> <br>
  49. <table width="100%" border="0" cellpadding="0" cellspacing="3">
  50. <tr> 
  51. <td width="19%" align="right"></td>
  52. <td width="81%"> <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><font color="#006699"
  53. >对不起,您还没有登录,无法进入会员中心,请先登录!</font></p>
  54. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><font color="#006699"
  55. >如果您还不是我们的会员,请立即<a href="UserReg.asp"><font color="#006699">注册</font></a>。</font></p></td>
  56. </tr>
  57. <tr> 
  58. <td width="19%" align="right"></td>
  59. <td width="81%"> <div align="center"> 
  60. <table class="main" cellSpacing="0" cellPadding="2" width="100%" border="0" height="1">
  61. <tbody>
  62. <tr> 
  63. <td width="100%" height="1"><% call ShowUserLogina() %></td>
  64. </tr>
  65. </tbody>
  66. </table>
  67. </div></td>
  68. </tr>
  69. <tr> 
  70. <td width="19%" align="right"></td>
  71. <td width="81%"><font color="#990000"><b><font color="#006699">会员中心有以下功能:</font></b></font></td>
  72. </tr>
  73. <tr> 
  74. <td width="19%" align="right"><font color="#666666">1、</font></td>
  75. <td width="81%"><font color="#666666">修改您的会员注册资料</font></td>
  76. </tr>
  77. <tr> 
  78. <td width="19%" align="right" height="14"><font color="#666666">2、</font></td>
  79. <td width="81%" height="14"> <p><font color="#666666">查询您的订单,以及订单的处理情况</font></p></td>
  80. </tr>
  81. <tr> 
  82. <td width="19%" align="right"><font color="#666666">3、</font></td>
  83. <td width="81%"><font color="#666666">专用私人留言簿,您可在此给我们留言和查看我们的回复</font></td>
  84. </tr>
  85. <tr> 
  86. <td height="25" align="right">&nbsp;</td>
  87. <td>&nbsp;</td>
  88. </tr>
  89. </table>
  90. <%else%>
  91. <TABLE width="85%" height="136" align="center" cellPadding=0 cellSpacing=0>
  92. <TR vAlign=top > 
  93. <TD  width="100%" height="18">
  94. <p><br><br><br></p>
  95. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"> 
  96. <b><font color="#F584B1">会员中心首页:</font></b> <br><br><br>
  97. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><%=Session("UserName")%> 您好:<br> <br></p>
  98. <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0">您现在已经进入会员服务中心,这里只有注册会员才能访问。您可在这里修改您的注册<BR>
  99. <BR>信息、给我们留言、查看我们对您留言的答复,也可以查询您的订单及订单处理情况。</p>
  100. </TD>
  101. </TR>
  102. <TR vAlign=top > 
  103. <TD  width="100%" height="15"> &nbsp;&nbsp;&nbsp; <p>&nbsp;</p></TD>
  104. </TR>
  105. </TABLE>
  106. <%end if%> 
  107. </TD>
  108. </TR>
  109. </table>
  110. </TD>
  111. </TR>
  112. <!-- 会员中心 END -->
  113. <TR> 
  114. <TD> 
  115. <TABLE cellSpacing=0 cellPadding=0 align="center"  class='MC_bottom_title'>
  116. <tr> 
  117. <td>
  118. </td>
  119. </tr>
  120. <tr><td class='MC_bottom_Td2'></td></tr>
  121. </table>
  122. </TD>
  123. </TR>
  124. <TR><TD height=10><IMG src='../img/1x1_pix.gif' width=3 height=1></TD></TR>
  125. </TABLE>
  126. </TD>
  127. <%if strSkins <= 200 and strSkins >= 1 then%>
  128. </TR>
  129. </TABLE>
  130. <!--#include file="Include/Foot.asp" -->
  131. <%
  132. elseif strSkins <= 250 and strSkins >= 201 then '新风格==============================================================
  133. %>
  134. <TD class='M_Jgx_TD'><IMG src='../img/1x1_pix.gif' width=1 height=2></TD>
  135. <TD vAlign=top background="../Skin/201/line-mid-glay.gif" width="6"><img border="0" src="../Skin/201/line-shadow-glay-
  136. mid.gif" width="6" height="146"></TD>
  137. <TD vAlign=top class='Mr_TitlePt'><% Call Right_Download() %></TD>
  138. </TR>
  139. </TABLE>
  140. <!--#include file="Include/Foot4.asp" -->
  141. <%end if%>