?? index.jsp
字號(hào):
<%@ 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>網(wǎng)上客服報(bào)表管理子系統(tǒng)</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript" src="../../common/mainTool.js"></script>
<style>
frameset,frame, body { margin: 0px; }
</style>
<%
String queryString = request.getQueryString();
String listSrc = "accesslogmodal.jsp";
if ( queryString != null ) {
listSrc = listSrc + "?" + queryString;
}
%>
</head>
<frameset name="oframeSet" framespacing="0" rows="100%,0"">
<frame border="0" name="main" borderColor="#418ace" src="<%= listSrc%>"
frameBorder="no" scrolling="no" target="bottom">
<FRAME border="0" name="bottom" bordercolor="#418ace" frameborder="no"
scrolling="no" noResize>
<noframes>
<body>
<p>此網(wǎng)頁(yè)使用了框架,但您的瀏覽器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -