MVC
Provides Excellence
Saturday, 31 August 2013
Back button issue after Logout Using Script (work for all browser)
Script
<script type = "text/javascript" >
function preventBack() { window.history.forward(); }
setTimeout("preventBack()", 10);
window.onunload = function () { null };
</script>
Place this script in each page or master page
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment