双屏控制Javascript 支持IE

<html> <head> <script type="text/javascript" language="javascript"> function a (){  open('http://www.baidu.com','_blank','top,left=1366,width=1024,hight=768,resizable=no,toolbar=no,munubar=no,location=no,scrollbar=no,status=no'); } </script>

</head> <body> <form> <input type="button" onClick="javascript:a()" value="xxx"/> <form> </body> </html>

 

你可能感兴趣的:(JavaScript)