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 are the characteristics of javascript ‘strict mode’?
Explain why asynchronous code is important in javascript?
Does javascript support automatic type conversion?
Is javascript a highly secure scripting language?
What is the disadvantage of javascript?
How to open a window with no toolbar, but with the location object?
What is the difference between java & javascript?
How much do javascript programmers make?
What are the application of javascript?
What do you mean by ide?
What can be the challenges during testing a program or a system?
Explain the difference between “==” and “===”?
What is namespacing in javascript and how is it used?
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
What is a nan value?