在IE7+ 中弹出窗口并关闭自己窗口的脚本(备忘)

window.onload  =function(){
window.open("http://www.126.com");
window.opener=null;
window.open('','_self','');
window.close();
}

 

出处:http://www.cnblogs.com/xuanye/archive/2009/02/15/1391131.htmlhtml