📄 hyfw_01.asp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--#include file="function/conn.asp"-->
<!--#include file="../../config.asp"-->
<%login_grade=session("login_grade")
admin_Remark_bak=session("Adm_Remark")
if len(session("login_name"))=0 then
%>
<script language="javascript">
alert("您没有权限访问,请登陆!")
window.location="index.asp"
</script>
<%response.end
elseif instr(login_grade,"3")=0 and admin_Remark_bak<>"super" then
%>
<script language="javascript">
alert("您的权限不够,不能访问该页面,请登陆!")
// window.location="index.asp"
window.history.back(-1);
</script>
<%response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=ZXLCompanyStr%>后台管理服务在线</title>
<link href="RLimages/user.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="index_top.asp"-->
<table width="775" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td height="250" valign="middle" bgcolor="#FFFFFF"> <table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#F5F5F5"><table width="100%" border="0" cellspacing="5" cellpadding="1">
<tr>
<td bgcolor="#D0D0D0"><table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td height="30" bgcolor="#66CCFF"><div align="center"><a href="hyfw_01_0.asp"><strong>会员栏目</strong></a></div></td>
<td bgcolor="#66CCFF"><div align="center"><a href="hyfw_yw_01.asp"><strong>会员业务</strong></a></div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -