我的程序哪里出错了,好心塞!!!!
function openWindow() { var mymessage=confirm("您确定要打开吗?"); if(mymessage==true) {var tiwen=prompt("确定打开的网址","http://www.imooc.com"); if(tiwen!=null) {window.open(tiwen,'_blank','width=400,height=500,menubar=no,toolbar=no');} else {alert("再见!");} } else {alert("再见!");} }