我什么都对,为什么运行不了
function openwindow()
var mywin
var mymessage=confirm("你要打开新窗口吗?");
if (mymessage==true)
{ var mywin=prompt("请输入要打开的网址","http://www.imooc.com/");
window.open('http://www.imooc.com/','_blank','width=400px,height=500px,menubar=no,toolbar=no')
}