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
why we need java instead of c
What does question mark mean in react?
Expand BOM and explain it?
What is javascript and how it works?
How do you check if a value is a number in javascript?
How do you reverse a string in javascript?
Where can I learn javascript for free?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
How long does it take to learn coding?
What e means?
What is the difference between sessionstate and viewstate?
How typeof operator works?
How do functions work in javascript?
How to replace all occurrences of a string in JavaScript?
What causes memory leaks?