96e25b2b86dc8d95e90041d8283f810a2e045eca.svn-base 999 B

12345678910111213141516171819202122232425
  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. </head>
  15. <script>
  16. function btnClick(){
  17. top.document.getElementById("_DialogFrame_a1").contentWindow.window1Func();
  18. top.Dialog.close();
  19. }
  20. </script>
  21. <body>
  22. <input type="button" value="点击调用第一个窗口的方法" onclick='btnClick()'/>
  23. </body>
  24. </html>