Is there any way to get around the Microsoft confirm box to "Retry" or "Cancel" when refreshing a page? I'm trying to disable the browser's Back button by running the following script in the head of every page:
<SCRIPT LANGUAGE="JavaScript">
javascript:window.history.forward(1);
</SCRIPT>
It's working on all my pages except the ones that get that Microsoft message when refreshing. Any suggestions??
Thanks,
hacole
<SCRIPT LANGUAGE="JavaScript">
javascript:window.history.forward(1);
</SCRIPT>
It's working on all my pages except the ones that get that Microsoft message when refreshing. Any suggestions??
Thanks,
hacole