日期:2014-05-17 浏览次数:21129 次
<!DOCTYPE> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>1111111</title> </head> <body> <script type="text/javascript"> alert("窗口1"); window.open ('2.html','indow2','height=100,width=400,top=0,left=0,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no'); </script> </body> </html>