Index.aspx
上传用户:cha0314
上传日期:2014-03-02
资源大小:12522k
文件大小:1k
源码类别:

C#编程

开发平台:

C#

  1. <html>
  2. <head>
  3. <TITLE>文档一体化</TITLE>
  4. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  7. <script language="javascript">
  8. function logout()
  9. {
  10. alert("走了");
  11. }
  12. function login()
  13. {
  14. alert("来了");
  15. }
  16. </script>
  17. </head>
  18. <frameset id="thisFrame" cols="180,*" rows="*">
  19. <frameset>
  20. <frame name="LeftFrame" src="Left.aspx" scrolling="no" frameborder="0" border="0" framespacing="0" noresize>
  21. <frame name="MainFrame" src="Desktop.aspx" scrolling="auto" frameborder="0" border="0" framespacing="0">
  22. <noframes>
  23. <body bgcolor="#FFFFFF">
  24. <table width="100" border="4" align="left" cellpadding="10" cellspacing="2" height="100%">
  25. <tr>
  26. <td><p align="center"><font color="#0000FF">浏览器功能支持限制</font></p>
  27. <p>&nbsp&nbsp&nbsp&nbsp非常抱歉,您的浏览器不支持框架模式,无法使用本模块,请使用支持框架的浏览器。</p>
  28. <p><font color="#FF0000">*</font> <font color="#000099">建议使用 Internet Explorer 6.0 
  29. 或版本更高的浏览器使用本模块。</font></p>
  30. </td>
  31. </tr>
  32. </table>
  33. </body>
  34. </noframes>
  35. </frameset>
  36. </frameset>
  37. </html>