var mymessage=confirm("是否打开?")
// 新窗口打开时弹出确认框,是否打开
if (mymessage==true)
{window.open('http://www.imooc.com','_blank','width=400px,height=500px')}
// 新窗口打开时弹出确认框,是否打开
if (mymessage==true)
{window.open('http://www.imooc.com','_blank','width=400px,height=500px')}