2 回答window.open('url','_blank','width=400px,height=500px,top=200px,left=200px,menubar=no,toolbar=no');
4 回答window.open('http://www.imooc.com','_blank','width=300,height=200,menubar=no,toolbar=no, status=no,scrollbars=no')在这里scrollbars=no,为什么还是有滚动条出现?
1 回答function openWindow(); var mymessage=confirm(“确定打开新窗口吗”); if(mymessage==true) { window.open('http//www.imooc.com','_blank','width=400,height=500,menubar=no,toolbar=no, status=no,scrollbars=yes');