这样可不可以啊?
function openWindow() {var mymessage=confirm("是否打开?"); if(mymessage==true) {window.open('http://www.imooc.com/','_blank','width=400,height=500,menubar=no,toolbar=no');} else {mymessage.close();} }
function openWindow() {var mymessage=confirm("是否打开?"); if(mymessage==true) {window.open('http://www.imooc.com/','_blank','width=400,height=500,menubar=no,toolbar=no');} else {mymessage.close();} }
2017-11-13
举报