Thursday, September 28, 2006

Javascript

In IE Back button is enabled but the user can't view the previous screen then write a function on page load as

function DontGoBack()
{
window.history.forward(-1);
}


0 Comments:

Post a Comment

<< Home