.Net Tech tips
"Be curious always! For knowledge will not acquire you: you must acquire it."
Pages
27 Jan
Home
About Me
Mahi
ForEach(Minute in MyLife) MyExperience ++;
View my complete profile
Thursday, July 28, 2011
Disable back key in browser
Add this script inside head tag in html page
<
script
type
=
"text/javascript"
>
function
preventBack(){window.history.forward();}
setTimeout(
"preventBack()"
, 0);
window.onunload=
function
(){
null
};
</
script
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment