Interviewer And Interviewee Guide

Scripting Interview Question:

How to disable back button in Mozilla?

Submitted by: Administrator
<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>
Submitted by: Administrator

Read Online Scripting Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.