一步操作 简单
function openWindow() { var xinde=confirm("是否要打开新的网页?"); if(xinde==true) { window.open('http://www.imooc.com/','_blank','width=400,height=500,menubar=no,toolbar=no'); } else { alert("on"); } }
function openWindow() { var xinde=confirm("是否要打开新的网页?"); if(xinde==true) { window.open('http://www.imooc.com/','_blank','width=400,height=500,menubar=no,toolbar=no'); } else { alert("on"); } }
2017-03-17
举报