window.close(); 關閉瀏覽器窗口js代碼的分析總結


 

序號 關閉代碼 需要確認 無任何作用 無需確認
1 window.close() IE7 firefox,chrome,
safari
Opera
2 window.opener=null;
window.open('','_self');
window.close();
  firefox IE7,Opera,
chrome,safari
3 window.open('','_self');
window.close();
  firefox IE7,Opera,
chrome,safari
4 window.opener=null;
window.close();
IE7 firefox,safari chrome,Opera
5 var opened=window.open('about:blank','_self');
opened.opener=null;
opened.close();
  firefox safari,IE7,
chrome,Opera
6 var opened=window.open('about:blank','_self');
opened.close();
  safari,firefox firefox,IE7,
chrome,Opera


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM