var mywin=window.open("http://www.baidu.com");
if(confirm('你真的要关闭吗?')) {
mywin.close();
}
当然会关闭啊
你这是在选择确认时候,if为TRUE时,会关闭啊!