Blogger Information
Blog 9
fans 0
comment 0
visits 11822
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
禁用浏览器后退 js
何书鹏的博客
Original
759 people have browsed it

  <script language="javascript">        //防止页面后退        history.pushState(null, null, document.URL); 

        window.addEventListener('popstate', function () {            history.pushState(null, null, document.URL);        });    </script>

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments