<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>

 

posted on 2012-03-26 09:47  Asa.Zhu  阅读(759)  评论(0编辑  收藏  举报