default.aspx
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:0k
源码类别:

.net编程

开发平台:

C#

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>狂人论坛-C#.NET打造专业论坛</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  6. </head>
  7. <frameset rows="0,*" border=0 frameBorder=0>
  8. <frame name="header" scrolling="no" noresize target="main" src="style/play.htm">
  9. <frame name="main" scrolling="yes" noresize src="index.aspx">
  10. <noframes>
  11. <body leftmargin="0" topmargin="0">
  12. </body>
  13. </noframes>
  14. </frameset>
  15. </html>