index.asp
来自「20041230162250801409: 浙江省丽水市公铁联运有限公司OA系」· ASP 代码 · 共 25 行
ASP
25 行
<%
if session("pwd")<>"pass" then
response.Redirect "../admin_login.asp"
response.end
end if
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>丽水市公铁联运有限公司员工管理系统</title>
</head>
<frameset rows="*" cols="132,*" framespacing="0" frameborder="no" border="0">
<frame src="left.asp" name="leftFrame" scrolling="yes" noresize>
<frameset rows="36,250" cols="*" framespacing="5" frameborder="yes" border="5" bordercolor="#FFFFFF">
<frame src="index_top.asp" scrolling="no">
<frame src="index_main.asp" name="mainFrame">
</frameset>
</frameset>
<noframes><body onbeforeunload=return("你确定要关闭吗?")>
</body></noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?