IE7 去掉关闭窗口提示:

 

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

 

相关文章: