例如:打開http://www.xianlaiwan.cn網站,大小為300px * 200px,無菜單,無工具欄,無狀態欄,有滾動條窗口:
<script type="text/javascript"> window.open('http://www.xianlaiwan.cn','_blank','width=300,height=200,menubar=no,toolbar=no, status=no,scrollbars=yes')
</script>
注意:
1.參數之間逗號及等號前后有空格,該字符串無效,只有刪除空格才能正常運行。
2.運行結果考慮瀏覽器兼容問題。
2014-09-15
ok,挺棒的