lakeside12
Programmer
Hi
Please can someone help me. I am trying to have a Popup occur and when the OK button is pressed on a Modal dialogue box, Then have the browser goes back one page in it's history
I got this far, the popup works, but not the history, please can someone help,
<html>
<script type="text/javascript">
{
alert("Please correct Review again")
History.back(-1);
}
</script>
</html>
Mnay many thanks
Please can someone help me. I am trying to have a Popup occur and when the OK button is pressed on a Modal dialogue box, Then have the browser goes back one page in it's history
I got this far, the popup works, but not the history, please can someone help,
<html>
<script type="text/javascript">
{
alert("Please correct Review again")
History.back(-1);
}
</script>
</html>
Mnay many thanks