index.jsp
上传用户:junmaots
上传日期:2022-07-09
资源大小:2450k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page language="java" contentType="text/html;charset=GB2312"%>
  2. <html>
  3. <head>
  4. <title>新闻 DEMO</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=GB2312">
  6. </head>
  7. <FRAMESET border=7 
  8. frameBorder=1 frameSpacing=0 rows=0,440><FRAME frameBorder=0 marginHeight=0 
  9. marginWidth=1 noResize scrolling=no src="about:blank"><FRAMESET 
  10. cols=1*,800,1*><FRAME frameBorder=0 marginHeight=0 marginWidth=0 noResize 
  11. scrolling=no src="about:blank">
  12. <FRAME noResize src="index1.jsp">
  13. <FRAME frameBorder=0 marginHeight=0 
  14. marginWidth=0 noResize scrolling=no src="about:blank"></FRAMESET></FRAMESET>
  15. </html>