How to disable browser back button and refresh button
How to disable browser back button and refresh button when the user starts the exam
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sharad RathorePosted Sep 3, 2014, 3:18 PM
please try this -:
Thanks and Regards,
Sharad Kumar Rathore
Dipankar BiswasPosted Aug 27, 2014, 4:00 AM
<SCRIPTtype="text/javascript">window.history.forward();function noBack() { window.history.forward(); }SCRIPT>HEAD><BODYonload="noBack();"onpageshow="if (event.persisted) noBack();"onunload="">