Hi, this simple code can prevent the back button of internet explorer to back in previous page.
function Back()
{ window.history.forward(); }
setTimeout("Back()", 0);
window.onunload = function() { null };
Sunday, June 28, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment