deposit.asp
上传用户:syzzy1975
上传日期:2022-07-17
资源大小:670k
文件大小:2k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
  2. <%
  3. %><!--#include file="manage/inc/config.asp"--> 
  4. <!--#include file="inc/conn.asp"--> 
  5. <!--#include file="inc/chk.asp"--> 
  6. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  7. <html>
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  10. <title>406网络书店</title>
  11. <link href="style.css" rel="stylesheet" type="text/css">
  12. </head>
  13. <body>
  14. <!--#include file="head.htm"-->
  15. <table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
  16.   <tr>
  17.     <td width="219" align="left" valign="top"><!--#include file="uleft.asp"-->      <br></td><td width="561" align="left" valign="top">
  18.       <br>      <table border="0" cellpadding="0" cellspacing="0">
  19.         <tr>
  20.           <td><img src="images/w.gif" width="18" height="18"></td>
  21.           <td style="color:#415373">积分查询</td>
  22.         </tr>
  23.       </table>      <br>      <%
  24. set rs=server.CreateObject("adodb.recordset")
  25. rs.open "select score from [user] where username='"&request.cookies(cookieName)("username")&"' ",conn,1,1
  26. response.Write "<table width=96% border=0 align=center cellpadding=1 cellspacing=1 bgcolor=#FFFFFF>"
  27. response.Write "<form name=userinfo method=post action=saveprofile.asp?action=deposit>"
  28. response.Write "<br><table width=96% border=0 align=center cellpadding=1 cellspacing=1>"
  29. response.Write "<tr bgcolor=#FFFFFF><td colspan=2 STYLE='PADDING-LEFT: 20px'><font color=#FF3300>★</font> &nbsp;您目前的积分为: <font color=#FF3300>"&rs("score")&"</font> 分。</td></tr>"
  30. response.Write "<tr><td bgcolor=#FFFFFF>当您的积分达到2000分时你就可以成为本站的VIP会员,以后本站会推出积分专栏,就可以利用积分购买相应书籍!</td></tr>"
  31. response.Write "</table>"
  32. %>      <br>
  33.       </td>
  34.   </tr>
  35. </table>
  36. <!--#include file="foot.htm"-->
  37. </body>
  38. </html>