default.jsp
上传用户:yatiankong
上传日期:2014-05-16
资源大小:5604k
文件大小:1k
源码类别:

Applet

开发平台:

Java

  1. <%@ page contentType="text/html; charset=GB2312"%>
  2. <%@ include file="check.jsp" %>
  3. <html>
  4. <head>
  5. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  6. <meta name="ProgId" content="FrontPage.Editor.Document">
  7. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
  8. <title>≡≡星海购书网后台管理系统≡≡</title>
  9. </head>
  10. <frameset framespacing="1" border="1" frameborder="NO" cols="180,*">
  11.   <frame name="contents" target="main" src="title.jsp" scrolling="auto">
  12.   <frame name="main" scrolling="auto" src="main.jsp" target="_self" noresize>
  13.   <noframes>
  14.   <body>
  15.   <p>此网页使用了框架,但您的浏览器不支持框架。</p>
  16.   </body>
  17.   </noframes>
  18. </frameset>
  19. </html>