<script type="text/javascript"> function Wopen(){ window.open('http://www.baidu.com'
<script type="text/javascript"> function Wopen(){ window.open('http://www.baidu.com','_blank','width=600px,height=400px,top=100px,left=0px') } </script>
</head><body> <input name="button" type="button" onclick="Wopen()" value="点击"></body></html>