Is it possible to go back one page with JS history and also refresh the page as well? I have this script:

<Script Language = "_javascript_">
alert ("Item Deleted");
window.history.go(-1);
</script>

It goes back fine after prompting the user, but I would like it to refresh the same page it goes back to at the same time? What can I add to the above script if its possible?

Robert O.
HWW
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to