function open()
{
var new= confirm("确认是否打开");
if (new == true)
{window.open('http://www.imooc.com/','_blank','width=400,hight=500,menubar=no,toolbar=no');}
else{}
}
内容没错,不过最好避免函数名,变量用关键字..像open、new这些