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

📄 user_index.asp

📁 依蓝旅游网站管理系统Elan2008.SP2
💻 ASP
字号:
<%


Select Case lCase(Request("t"))
   Case "msg": 
      Session("EL_UserManagePage") = "User_Message.asp"
	  Response.Redirect "User_Index.asp"   
   Case "writemsg": 
      Session("EL_UserManagePage") = "User_Message.asp?Action=Write&UserName="& Request("UserName")
	  Response.Redirect "User_Index.asp" 
   Case "point": 
      Session("EL_UserManagePage") = "User_Points.asp"
	  Response.Redirect "User_Index.asp"
   Case "hb": 
      Session("EL_UserManagePage") = "User_HotelBook.asp"
	  Response.Redirect "User_Index.asp"
   Case "fb": 
      Session("EL_UserManagePage") = "User_FlightBook.asp"
	  Response.Redirect "User_Index.asp"
   Case "pb": 
      Session("EL_UserManagePage") = "User_ProductBook.asp"
	  Response.Redirect "User_Index.asp"
   Case "sb": 
      Session("EL_UserManagePage") = "User_SightBook.asp"
	  Response.Redirect "User_Index.asp"
   Case "cb": 
      Session("EL_UserManagePage") = "User_CarBook.asp"
	  Response.Redirect "User_Index.asp"
   Case "shb": 
      Session("EL_UserManagePage") = "User_ShopBook.asp"
	  Response.Redirect "User_Index.asp"
   Case "payonline": 
      Session("EL_UserManagePage") = "User_PayOnline.asp"
	  Response.Redirect "User_Index.asp"
   Case "favorite": 
      Session("EL_UserManagePage") = "User_MyInfo.asp?Action=Favorite"
	  Response.Redirect "User_Index.asp"
   Case "forum":
      Session("EL_UserManagePage") = "User_Forum.asp"
	  Response.Redirect "User_Index.asp"
   Case "mytopic":
      Session("EL_UserManagePage") = "User_Forum.asp?Action=MyTopic"
	  Response.Redirect "User_Index.asp"
   Case "attachtopic":
      Session("EL_UserManagePage") = "User_Forum.asp?Action=AttachTopic"
	  Response.Redirect "User_Index.asp"
   Case "alltopic":
      Session("EL_UserManagePage") = "User_Forum.asp?Action=AllTopic"
	  Response.Redirect "User_Index.asp"
   Case "elite":
      Session("EL_UserManagePage") = "User_Forum.asp?Action=Elite"
	  Response.Redirect "User_Index.asp"
End Select

%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>会员控制面板</title>
<style type="text/css">
body { 
   color:#444444; 
   FONT-FAMILY:Arial, Helvetica, sans-serif,宋体;
   font-size: 12px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px; 
   padding:0px;
   scrollbar-face-color: #DCDCDC; 
   scrollbar-face-color: #2B73F1; 
   scrollbar-shadow-color: #6EC0FF; 
   scrollbar-highlight-color: #0650D2; 
   scrollbar-3dlight-color: #6EC0FF; 
   scrollbar-darkshadow-color: #0650D2; 
   scrollbar-track-color: #0650D2; 
   scrollbar-arrow-color: #FDEDA;
}
</style>
<script>
if(self!=top){top.location=self.location;}
</script>
</head>
<frameset rows="89,*" frameborder="no" border="0" framespacing="0" id="frames">
  <frame src="User_Top.asp" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" frameborder="0"/>
  <frame src="User_Main.asp" name="mainFrame" id="mainFrame" frameborder="0" scrolling="yes"/>
</frameset>
<noframes>
<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
  <p>你的浏览器版本过低!!!本系统要求IE5及以上版本才能使用本系统。</p>
</body>
</noframes></html>

⌨️ 快捷键说明

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