main.jsp

来自「添加、修改、删除。实在jsp环境下用java 编写的。请多多指教。又不完善之处请」· JSP 代码 · 共 27 行

JSP
27
字号
<html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 2</title>
</head>

<frameset border="3" rows="64,*,64">
  <frame border= "1" name="top" scrolling="no" noresize target="contents" src="title.jsp">
  <frameset rows="*" cols="100,*"  border="1">
    <frame border="1" name="contents" target="main"  src="left.jsp">
    <frame border="1" name="right" scrolling="no" src="right0.jsp" >
  </frameset>
  <frame border="1" name="bottom" scrolling="no" noresize target="contents" src="bottom.jsp">
  <noframes>
  <body>

  <p>此网页使用了框架,但您的浏览器不支持框架。</p>

  </body>
  </noframes>
</frameset>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?