default.aspx
上传用户:avia982301
上传日期:2008-10-30
资源大小:557k
文件大小:1k
- <!--#include file = "private.aspx"-->
- <%
- '######################################
- ' eWebEditor v4.00 - Advanced online web based WYSIWYG HTML editor.
- ' Copyright (c) 2003-2007 eWebSoft.com
- '
- ' For further information go to http://www.ewebsoft.com/
- ' This copyright notice MUST stay intact for use.
- '######################################
- %>
- <html>
- <head>
- <title>eWebEditor在线编辑器 - 后台管理</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <script language="JavaScript">
- window.self.focus();
- </script>
- </head>
- <frameset cols="150,*" framespacing="0" border="0" frameborder="0">
- <frame name="menu" src="menu.aspx" scrolling="yes">
- <frame name="main" src="main.aspx" scrolling="yes">
- <noframes>
- <body topmargin="0" leftmargin="0">
- <p>此网页使用了框架,但您的浏览器不支持框架</p>
- </body>
- </noframes>
- </frameset>
- </html>