IE6、IE7、Firefox无提示关闭窗口的代码

IE6、IE7、FF通用代码:

<script>
window.opener=null;
window.open('','_self');
window.close();
</script>

posted on 2010-08-10 14:27  念时  阅读(159)  评论(0编辑  收藏  举报

细节决定成败!态度决定一切!