Friday, June 26, 2009

Disable back button in IE using js

use this code in your page onload method.

window.history.forward(1);

No comments:

Post a Comment