📄 addreportdatelineframe.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%
String page_code;
page_code=request.getParameter("page_code");
%>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>新建网页 2</title>
</head>
<frameset rows="40,*,40">
<frame name="addreportDateLineTitle" scrolling="no" noresize target="middle" src="addreportDateLineFrameTitle.jsp">
<frame name="addreportDateLineMain" target="bottom" src="addreportDataLine.jsp?page_code=<%=page_code%>">
<frame name="addreportDateLineButton" src="addreportDateLineFrameButton.jsp">
<noframes>
<body>
<p></p>
</body>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -