parallon
04-09-2007, 07:47 PM
Hello all. I have a page (Update.asp) which updates a database and now I want it to go back to the previous page (Info.asp) and then refresh that page. The problem is that the previous page is populated through various recordsets and not through the URL, so obviously I can't redirect to it.
Here is what I am using to go back to that page:
javascript:history.go(-2);
Normally, I used popups for edit pages and would return with the following:
opener.location.reload(true);self.close()
... but I wanted to get away from using the popups because of the delay to open a new browser.
Is there a way to accomplish what I am seeking? I hope this makes sense.
Thanks in advance,
Parallon
Here is what I am using to go back to that page:
javascript:history.go(-2);
Normally, I used popups for edit pages and would return with the following:
opener.location.reload(true);self.close()
... but I wanted to get away from using the popups because of the delay to open a new browser.
Is there a way to accomplish what I am seeking? I hope this makes sense.
Thanks in advance,
Parallon