hx_setcookie.asp
来自「带OA办公的动态源码网站」· ASP 代码 · 共 14 行
ASP
14 行
<%
dim url
if not WS_S.HX_ISLogin then
url=""
for ii=0 to dir-1
url=url&"../"
next
url=url&"HX_LOGIN.ASP"
response.Write "<script>parent.top.location='"&url&"';</script>"
response.end
else
Call WS_S.HX_UserJurisdiction()
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?