default.aspx
上传用户:avia982301
上传日期:2008-10-30
资源大小:557k
文件大小:1k
源码类别:

.net编程

开发平台:

C#

  1. <!--#include file = "private.aspx"-->
  2. <%
  3. '######################################
  4. ' eWebEditor v4.00 - Advanced online web based WYSIWYG HTML editor.
  5. ' Copyright (c) 2003-2007 eWebSoft.com
  6. '
  7. ' For further information go to http://www.ewebsoft.com/
  8. ' This copyright notice MUST stay intact for use.
  9. '######################################
  10. %>
  11. <html>
  12. <head>
  13. <title>eWebEditor在线编辑器 - 后台管理</title>
  14. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  15. <script language="JavaScript">
  16. window.self.focus();
  17. </script>
  18. </head>
  19. <frameset cols="150,*" framespacing="0" border="0" frameborder="0">
  20.   <frame name="menu" src="menu.aspx" scrolling="yes">
  21.   <frame name="main" src="main.aspx" scrolling="yes">
  22.   <noframes>
  23.     <body topmargin="0" leftmargin="0">
  24.     <p>此网页使用了框架,但您的浏览器不支持框架</p>
  25.     </body>
  26.   </noframes>
  27. </frameset>
  28. </html>