function noBack() {
window.history.forward();
}
in body tag add the following
onpageshow="if(event.persisted)noBack();" onload="noBack();"
Go to First Page of the browser
function GoFirstPage() {
var Backlen = history.length;
history.go(-Backlen);
//window.location.href = '';
}
Friday, July 31, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment