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
name any two javascript functions which are used to convert nonnumeric values into numbers?
What is the best free ide?
What is called variable?
What is the difference between rootscope and scope?
hi iM rahul.my questions is my project is a web based & developed using java,jsp. when i record it using qtp what script i will get like either browser("jdfjkf").page("nkf").... or javawindow("f d ").javaedit("Dasf").... plz clarify my doubt asap and i also need some vbscipt of java coding?
How can a page be forced to load another page in javascript?
How to convert “20” to number in javascript?
How do I turn on javascript on my phone?
Is not a function error in javascript?
all possible test cases for normal number field,name field date field,check box,
What do you understand by this keyword in javascript?
How to get height and width of different browser in Javascript?
What is difference between local and global scope in javascript ?
What is the difference between attributes and property?
Can an anonymous function be assigned to a variable?