employeeMain.jsp
上传用户:jishiqi_cj
上传日期:2022-08-08
资源大小:24765k
文件大小:1k
源码类别:

Java编程

开发平台:

Java

  1. <html>
  2. <head>
  3. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
  4. <title>企业内部网</title>
  5. </head>
  6. <frameset rows="57,*" border="0">
  7.   <frame name="banner" scrolling="no" noresize target="contents" src="topFrame.jsp" marginwidth="0" marginheight="0">
  8.   <frameset cols="157,*">
  9.     <frame name="contents" target="main" scrolling="no" noresize src="leftFrame.jsp" marginwidth="0" marginheight="0">
  10.     <frame name="main" scrolling="auto" src="employeeWelcome.jsp">
  11.   </frameset>
  12.   <noframes>
  13.   <body>
  14.   <p>此网页使用了框架,但您的浏览器不支持框架。</p>
  15.   </body>
  16.   </noframes>
  17. </frameset>
  18. </html>