function noBack(){window.history.forward();} &l..." /> How To Disable Back Button In Mozilla? function noBack(){window.history.forward();} &l..." /> function noBack(){window.history.forward();} &l..." /> &l...", "image": { "@type": "ImageObject", "url": "https://www.rendc.org/cdn/main_article.gif", "width": 1220, "height": 526 }, "author": { "@type": "Person", "name": "RENDC" }, "publisher": { "@type": "Organization", "logo": { "@type": "ImageObject", "url": "https://www.rendc.org/cdn/logo/rendc.gif", "width": 150, "height": 150 }, "name": "RENDC.ORG" } }
Answers

Question and Answer:

  Home  Scripting

⟩ How to disable back button in Mozilla?

<html><head>

<title>noBack</title>

<script type="text/javascript">

function noBack(){window.history.forward();}

</script>

</head>

<body onload="noBack();" onpageshow="if(event.persisted)noBack();" onunload="">

...blabla...

</body></html>

 199 views

More Questions for you: