user_ctrl_panel.asp
上传用户:shxinnian
上传日期:2013-01-14
资源大小:155k
文件大小:2k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

Windows_Unix

  1. <%
  2. If request.cookies("member")="" Then
  3. Response.redirect"index.htm"
  4. End If
  5. %>
  6. <!--#include file="conn.asp"-->
  7. <html>
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  10. <title>会员控制面版---全国计算机等级考试鄂州大学考点网上报名系统</title>
  11. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  12. <link rel="stylesheet" type="text/css" href="link.css">
  13. <style type="text/css">
  14. <!--
  15. .style1 {font-size: 14px}
  16. -->
  17. </style>
  18. </head>
  19. <%
  20.    const MaxPerPage=30
  21.    dim totalPut   
  22.    dim CurrentPage
  23.    dim TotalPages
  24.    dim i,j
  25.    dim keyword 
  26.    keyword=trim(request("keyword"))  
  27.    dim user_province
  28.   user_province=request("user_province")
  29.    if not isempty(request("page")) then
  30.       currentPage=cint(request("page"))
  31.    else
  32.       currentPage=1
  33.    end if
  34.    
  35. %>
  36. <script language="javascript">
  37. <!--
  38. if (parent.frames.length > 0) {
  39. parent.location.href = location.href;
  40. }
  41. function help(){
  42. window.open("help.htm","","width=440,height=480,top=30,left=180,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
  43. }
  44. // --></script>
  45. <body>
  46. <div align="center"><center>
  47.     <p><img src="images/home.gif" width="27" height="25" usemap="#Map" border="0"><map name="Map"><area shape="rect" coords="2,1,47,33" href="logout.asp"></map> 
  48.       当前用户:<%=request.cookies("rname")%></p>
  49.     <hr>
  50.     <p>&nbsp;</p>
  51.     <table width="100%">
  52.       <tr>
  53.         <td>
  54.           <div align="center" class="style1"><a href="change_pwd.asp" class="1">更改登陆密码</a>  <a href="change_info.asp" class="1">修改会员资料</a>   
  55.             <a href="javascript:help()" class="1">使用帮助信息</a>   <a href="logout.asp" class="1">退出登陆</a> 
  56.           </div>
  57.         </td>
  58.       </tr>
  59.     </table>
  60.     <p>&nbsp;</p>
  61.     <p>&nbsp;</p>
  62.     <p>&nbsp;</p>
  63.     <p>&nbsp;</p>
  64.     <p>欢迎 &gt;&gt;&gt;<%=request.cookies("rname")%>&lt;&lt;&lt; 参加全国计算机等级考试鄂州大学考点网上报名</p>
  65.     <p>&nbsp;</p>
  66.     <p>&nbsp;</p>
  67. </center>
  68. </div>
  69. <table border="0" width="100%" cellspacing="0" cellpadding="0">  
  70.   <tr>  
  71.     <td width="100%"><p align="center"><font color="#000080"></font><a  
  72.     href="http://bbs.siyigu.com">思伊谷论坛草剑工作室</a><font color="#000080">制作,┃&copy;2005,All   
  73.     Right Server</font></td>  
  74.   </tr>  
  75. </table>  
  76. </body>  
  77. </html>