Sunday, July 11, 2010

Disable back button functionality on web client (IE)

To disable back functionality on any web page, we can do it using javascript.

window.history.forward();

No comments:

Post a Comment