window_open.html 457 B

123456789101112131415
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>简单实用国产jQuery UI框架 - DWZ富客户端框架(J-UI.com)</title>
  5. <script type="text/javascript">
  6. var width = screen.width -10, height = screen.height -10;
  7. window.open('index.html','_blank','width='+width+',height='+height+',top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
  8. </script>
  9. </head>
  10. <body>
  11. </body>
  12. </html>