<HTML> | |
<HEAD> | |
<TITLE>Disable Back Button in Browser - Online Demo</TITLE> | |
<STYLE> | |
body, input{ | |
font-family: Calibri, Arial; | |
} | |
</STYLE> | |
<script type="text/javascript"> | |
window.history.forward(); | |
function noBack(){ window.history.forward(); } | |
</script> | |
</HEAD> | |
<BODY onload="noBack();" onpageshow="if (event.persisted) noBack();" onunload=""> | |
<H2>Demo</H2> | |
<p>This page contains the code to avoid Back button. | |
</p> | |
<p>Click here to Goto <a href="Test.aspx">NoBack Page</a> | |
</p> | |
</BODY> | |
</HTML> |
Friday, 15 June 2012
Disable Back Button using JavaScript
Subscribe to:
Post Comments (Atom)
What should you required to learn machine learning
To learn machine learning, you will need to acquire a combination of technical skills and domain knowledge. Here are some of the things yo...
-
Introduction This article is aimed at people who are new to the world of Raspberry Pi [Like me]. It gives an idea about what Raspberry P...
-
A simple set of question framings was defined by Kipling in his immortal poem: I have six faithful serving men They taught me all ...
-
In this article we explain how to attain the goal of applying the SAP OpenUI5 user interface library to create line-of-business applicatio...
No comments:
Post a Comment