window.open函数
function Wopen(){
window.open('http://www.imooc.com/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.imooc.com/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
举报