📄 index.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd"><html>
<head>
<title>网上客服管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
frameset,frame, body { margin: 0px; }
</style>
<%
String mainURL = "sysmgr/index.jsp";
if ( request.getParameter("page") != null )
{
mainURL = (String)request.getParameter("page");
}
%>
</head>
<frameset name="oframeSet" framespacing="0" rows="26,*">
<frame border="0" name="top" marginwidth="0" marginheight="0" src="../common/top.jsp"
frameborder="no" noresize scrolling="no" style="border-bottom: solid 1px #185DA5">
<frameset border="1" name="center" framespacing="1" frameborder="1" cols="200,*">
<frame border="0" name="left" bordercolor="#418ace" marginwidth="0" marginheight="0"
src="../common/left.jsp" noresize frameborder="no" scrolling="no" target="main" style="border-bottom: #185DA5 2px solid;">
<frame border="0" name="main" bordercolor="#418ace" src="<%= mainURL %>" frameborder="no" scrolling="no"
target="bottom">
</frameset>
<noframes>
<body>
<p>
此网页使用了框架,但您的浏览器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -