123456789101112131415 |
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>简单实用国产jQuery UI框架 - DWZ富客户端框架(J-UI.com)</title>
- <script type="text/javascript">
- var width = screen.width -10, height = screen.height -10;
- 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');
- </script>
- </head>
- <body>
-
- </body>
- </html>
|