Thanks but I realized it wouldn't help in what I'm trying to do. I know there is a sub_PageLoad routine, but is there a routine I could use when a page got focused again after a history.back() call? I'm udating a table and when I return to the original page I'd like to be able to refresh it.
When you do a history.back call this is client side and the page doesn't get refreshed by the server. Hence there is no way to force the page refresh other than client side. Can you not just change the location of the iframe as above rather than do history.back forcing a new request from the server?
Rob
Go placidly amidst the noise and haste, and remember what peace there may be in silence - Erhmann 1927
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.