main.jsp
上传用户:sami52198
上传日期:2010-02-11
资源大小:5174k
文件大小:1k
源码类别:

电子政务应用

开发平台:

MultiPlatform

  1. <%@ page contentType="text/html;charset=gb2312"%>
  2. <%@ page errorPage="jsp/pub/error.jsp"%>
  3. <%@ include file="jsp/pub/control.jsp"%>
  4. <html>
  5. <head>
  6. <link rel="stylesheet" href="../../css/style.css" type="text/css">
  7. <title>后台系统管理</title>
  8. </head>
  9.   <frameset cols="150,*" frameborder="NO" border="0" framespacing="0"> 
  10.     <frame name="leftFrame" noresize scrolling="NO" src="leftframe.jsp">
  11.     <frame name="mainFrame" src="">
  12.   </frameset>
  13. <noframes>
  14. <body bgcolor="#C0C0C0">
  15. </body>
  16. </noframes>
  17. </html>