⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 user_ctrl_panel.asp

📁 报名系统
💻 ASP
字号:
<%
If request.cookies("member")="" Then
Response.redirect"index.htm"
End If
%>
<!--#include file="conn.asp"-->
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>会员控制面版---全国计算机等级考试鄂州大学考点网上报名系统</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<link rel="stylesheet" type="text/css" href="link.css">

<style type="text/css">
<!--
.style1 {font-size: 14px}
-->
</style>
</head>
<%
   const MaxPerPage=30
   dim totalPut   
   dim CurrentPage
   dim TotalPages
   dim i,j
   dim keyword 
   keyword=trim(request("keyword"))  
   dim user_province
  user_province=request("user_province")
   if not isempty(request("page")) then
      currentPage=cint(request("page"))
   else
      currentPage=1
   end if
   
%>
<script language="javascript">
<!--
if (parent.frames.length > 0) {
parent.location.href = location.href;
}
function help(){
window.open("help.htm","","width=440,height=480,top=30,left=180,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}
// --></script>
<body>


<div align="center"><center>
    <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> 
      当前用户:<%=request.cookies("rname")%></p>
    <hr>
    <p>&nbsp;</p>
    <table width="100%">
      <tr>
        <td>
          <div align="center" class="style1"><a href="change_pwd.asp" class="1">更改登陆密码</a>  <a href="change_info.asp" class="1">修改会员资料</a>   
            <a href="javascript:help()" class="1">使用帮助信息</a>   <a href="logout.asp" class="1">退出登陆</a> 
          </div>
        </td>
      </tr>
    </table>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>欢迎 &gt;&gt;&gt;<%=request.cookies("rname")%>&lt;&lt;&lt; 参加全国计算机等级考试鄂州大学考点网上报名</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
</center>
</div>
<table border="0" width="100%" cellspacing="0" cellpadding="0">  
  <tr>  
    <td width="100%"><p align="center"><font color="#000080"></font><a  
    href="http://bbs.siyigu.com">思伊谷论坛草剑工作室</a><font color="#000080">制作,┃&copy;2005,All   
    Right Server</font></td>  
  </tr>  
</table>  
</body>  
</html>  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -