📄 purview_user_oamenu.asp
字号:
<%@ Language=VBScript %>
<HTML>
<HEAD>
<!--#include file= "../dbase.asp"-->
<!--#include file= "../function.asp"-->
<!--#include file= "../department/department_function.asp"-->
<!--#include file= "../employee/employee_function.asp"-->
<!--#include file= "../DepartmentEmployee/DepartmentEmployee_function.asp"-->
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<meta name="GENERATOR" Content="Microsoft Visual Studio.NET 7.0">
</HEAD>
<body>
<%
if request.QueryString("UID")<>"" then
userid=request.QueryString("UID")
else
userid=Session("UID")
end if
Menu=menuArray("",0)
URight=userRight("t_OAMenu",userID)
%>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -