d3e6c2c7969521bfa265ee35241dcdfd86a83c54.svn-base 1007 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title></title>
  6. <!--框架必需start-->
  7. <script type="text/javascript" src="../../libs/js/jquery.js"></script>
  8. <script type="text/javascript" src="../../libs/js/language/cn.js"></script>
  9. <script type="text/javascript" src="../../libs/js/framework.js"></script>
  10. <link href="../../libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
  11. <link rel="stylesheet" type="text/css" id="skin" prePath="../../"/>
  12. <link rel="stylesheet" type="text/css" id="customSkin"/>
  13. <!--框架必需end-->
  14. <script>
  15. function openWin(){
  16. top.Dialog.open({URL:"../../sample_html/layout/popup-nav-content.html",Title:"普通窗口",Width:800,Height:600,ShowMaxButton:true});
  17. }
  18. </script>
  19. </head>
  20. <body>
  21. <input type="button" value="点击弹窗" onclick="openWin()"/>
  22. </body>
  23. </html>