这是转向页面的代码
<%@language=vbscript codepage=936 %>
<%
if session("admin") = "" then
response.Redirect "Admin_Login.asp"
end if
dim purview
purview=clng(session("purview"))
%>
<html>
<head>
<title>在线教育网--管理页面</title>
<style type=text/css>
body
{ background:#FBFDFF; margin:0px; font:9pt 宋体; }
table
{ border:0px; }
td
{ font:normal 12px 宋体; }
img
{ vertical-align:bottom; border:0px; }
a
{ font:normal 12px 宋体; color:#000000; text-decoration:none; }
a:hover
{ color:#428EFF;text-decoration:underline; }
.sec_menu
{ border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#f2f2f2; }
.menu_title
{ }
.menu_title span
{ position:relative; top:0px; left:3px; color:#ffffff; font-weight:bold; }
.menu_title2
{ }
.menu_title2 span
{ position:relative; top:2px; left:8px; color:#cc0000; font-weight:bold; }
</style>
<STYLE>
BODY
{scrollbar-face-color:E6E6D9; scrollbar-shadow-color:ffffff;
scrollbar-highlight-color:bfbf9f; scrollbar-3dlight-color:ffffff;
scrollbar-darkshadow-color:E6E6D9; scrollbar-track-color:f2f2f2;
scrollbar-arrow-color:ffffff;}
</STYLE>
<SCRIPT language=javascript1.2>
function showsubmenu(sid)
{
whichEl = eval("submenu" + sid);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\"\";");
}
else
{
eval("submenu" + sid + ".style.display=\"none\";");
}
}
</SCRIPT>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<table width=100% cellpadding=0 cellspacing=0 border=0 align=left>
<tr><td valign=top>
<table width=158 border="0" align=center cellpadding=0 cellspacing=0>
<tr>
<td height=42 valign=bottom><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" bgcolor="#999999">
<div align="center"><font color="#000000"><strong><font color="#FFFFFF">在线教育网 | 后台管理</font> </strong></font></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table> </td>
</tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
<tr>
<td height=25 bgcolor="999999" class=menu_title id=menuTitle0 onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title';>
<span><a href="Admin_Index_Main.asp" target=main><b><font color="#FFFFFF">管理首页</font></b></a><font color="#FFFFFF">
| <a href=Admin_logout.asp target=_top><b>退出</b></a></font></span> </td>
</tr>
<tr>
<td style="display:" id='submenu0'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr><td height=20>用户名:<%=session("Admin")%></td></tr>
<tr><td height=20>权 限:<%
select case session("purview")
case 1
response.write "超级用户"
case 2
response.write "高级管理员"
case 3
response.write "文章总编"
case 4
response.write "栏目编辑"
case 5
response.write "文章录入员"
end select
%></td></tr>
</table>
</div>
<div
style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr><td height=20></td></tr>
</table>
</div>
</td>
</tr>
</table>