一、IE6
<script>
window.opener=null;
window.close();
</script>
二、IE7
window.open('','_self');
三、IE6、IE7、IE8、Firefox通用