window.open函數
?function Wopen(){
????? window.open('http://www.xianlaiwan.cn/code/412','_blank','width=200,height=300,top=1000,left=1000,nenuber=yes,toobar=yes,scrollbars=yes,staus=yes')
? }
為什么我在window.open()函數里設置的width和height的值是不起作用??是什么原因啊?
?function Wopen(){
????? window.open('http://www.xianlaiwan.cn/code/412','_blank','width=200,height=300,top=1000,left=1000,nenuber=yes,toobar=yes,scrollbars=yes,staus=yes')
? }
為什么我在window.open()函數里設置的width和height的值是不起作用??是什么原因啊?
2015-04-19
舉報
2015-05-31
有兼容性,火狐里面可以,你試試
2015-05-31
有兼容性,火狐里面可以,你試試
2015-04-20
有用啊··不要在它給的網頁上試··把代碼拷貝到自己的編輯器中試試