支持IE 关闭网页无提示

<script>
function closewindow()
{
//top.window.opener = top;
 //top.window.open('','_self','');
// top.window.close();

window.close();
window.opener=null;
}
setTimeout("closewindow",1000)
</script>

posted @ 2009-02-23 23:34  Mating_luo  阅读(142)  评论(0编辑  收藏  举报