main.jsp
上传用户:sami52198
上传日期:2010-02-11
资源大小:5174k
文件大小:1k
- <%@ page contentType="text/html;charset=gb2312"%>
- <%@ page errorPage="jsp/pub/error.jsp"%>
- <%@ include file="jsp/pub/control.jsp"%>
- <html>
- <head>
- <link rel="stylesheet" href="../../css/style.css" type="text/css">
- <title>后台系统管理</title>
- </head>
- <frameset cols="150,*" frameborder="NO" border="0" framespacing="0">
- <frame name="leftFrame" noresize scrolling="NO" src="leftframe.jsp">
- <frame name="mainFrame" src="">
- </frameset>
- <noframes>
- <body bgcolor="#C0C0C0">
- </body>
- </noframes>
- </html>