Hi all,
I need to redirect our users to our login page if they click on the back button.
I am not sure how to code this, I need it to work in IE and FF.
I was using:
<script type="text/javascript" language="JavaScript">
<!--
//used to prevent user from using the back button
javascript: window.history.forward(1);
//-->
</script>
But they want the user to go back to the login page.
Thanks,
kss
Ordinary Programmer
I need to redirect our users to our login page if they click on the back button.
I am not sure how to code this, I need it to work in IE and FF.
I was using:
<script type="text/javascript" language="JavaScript">
<!--
//used to prevent user from using the back button
javascript: window.history.forward(1);
//-->
</script>
But they want the user to go back to the login page.
Thanks,
kss
Ordinary Programmer