disbable back option by java script

Answers were Sorted based on User's Feedback



disbable back option by java script..

Answer / makya

window.history.go(+1) use in java script;
or
onunload =window.history.go(-1) in body tag

Is This Answer Correct ?    12 Yes 6 No

disbable back option by java script..

Answer / bharat

These codes are not suitable for disable Browsers back
button and Back Button on Mouse Right Click.
please write the code.

Is This Answer Correct ?    3 Yes 2 No

disbable back option by java script..

Answer / sree ramanjaneya

Thanks to..Makya
and Gayathiri P

Is This Answer Correct ?    1 Yes 1 No

disbable back option by java script..

Answer / gnana prakash

we can disable the right click using

<body oncontextmenu="return false">
</body>

Is This Answer Correct ?    2 Yes 2 No

disbable back option by java script..

Answer / gayathiri p

This code is correct for disable Back Button
<html>
<body onkeydown="if (event.keyCode==8) {event.keyCode=0;
return event.keyCode }">
</body>
</html>

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More JavaScript Interview Questions

What are the variables in javascript?

0 Answers  


What is NaN?

0 Answers  


Is dart better than javascript?

0 Answers  


How to clone an object in javascript?

0 Answers  


How to create an object using javascript?

0 Answers  






Where are cookies actually stored on the hard disk?

0 Answers  


What applications use javascript?

0 Answers  


What are the properties of stack?

0 Answers  


How you can modify XAML content from JavaScript in Silverlight?

0 Answers  


Does spread operator deep copy?

0 Answers  


Why do we need javascript?

0 Answers  


What is the use of ‘debugger’ keyword in javascript code?

0 Answers  


Categories