这样有什么问题么
function openWindow() { if(confirm("确定打开新窗口吗?")) {var openwindow=prompt("确定打开网址:"," http://www.imooc.com/"); if(openwindow) {window.open(' http://www.imooc.com/','width=400px,height=500px,menubar=no,toolbar=no'); } } }
function openWindow() { if(confirm("确定打开新窗口吗?")) {var openwindow=prompt("确定打开网址:"," http://www.imooc.com/"); if(openwindow) {window.open(' http://www.imooc.com/','width=400px,height=500px,menubar=no,toolbar=no'); } } }
2016-05-21
你的http:// 那个冒号需要用英文的输入 ,后面的宽度高度,不需要加px
举报