Answer Posted / 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 View All Answers
What web sites do you feel use javascript most effectively (i.e., Best-in-class examples)? The worst?
What are the three core languages in web pages?
Is there automatic type conversion in JavaScript?
How do you name a variable in javascript?
How can we detect os of the client machine using javascript?
What do you understand by this keyword in javascript?
What is foreach loop in javascript?
Describe the properties of an anonymous function in JavaScript?
What is a javascript code?
What is difference between javascript and jscript?
What is strict mode?
What is break and continue statements?
What is the Infinity property used for in Javascript?
How to define a named function in JavScript?
Explain the different types of pop-up boxes you can create in JavaScript.