Java Language Experts
Thursday, 28 February 2013
Disable back button in browser using javascript
Code Snippet:
<script type="text/javascript">
window.history.forward();
function noBack() {
window.history.forward();
}
</script>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment