📄 mainframe.jsp
字号:
<HTML>
<HEAD>
<TITLE> AUTO PORTAL </TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</HEAD>
<FRAMESET border=0 frameSpacing=0 rows="52,*,26" frameBorder=0>
<FRAME style="BORDER-BOTTOM: white 1px solid" name=tTopbar src="<%=request.getContextPath()%>/web/frame/topbar.jsp" noResize>
<FRAMESET id=testframeset frameSpacing=0 cols=120,*>
<FRAME name=tMenu src="<%=request.getContextPath()%>/web/frame/menuframe.jsp" noResize>
<FRAME name=tContent src="<%=request.getContextPath()%>/web/frame/homepage.jsp">
</FRAMESET>
<FRAME name=tFooter src="<%=request.getContextPath()%>/web/frame/footer.jsp" noResize>
</FRAMESET>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -