Hi
I have the following problem
After having updated my database I want my browser to return to the original page.
So at the end of the asp page with the update script I place
writeline "<script language='Javascript'>window.history.go(-3) </script>"
Which nicely returns the original page in the original scroll position. Unfortunately this action doesn't really reload the newly updated values. The user should always push the F5 key for this to happen. Is there a way to do this F5 thing through scripting?


Thanks anyway