Wednesday, December 22, 2010

Disable back button of browser


"<"body onload="noBack();" onpageshow="if (event.persisted) noBack();" onunload="" ">"
function noBack(){
window.history.forward(); }

No comments:

Post a Comment