Steve, the reload method takes a parameter that forces a new HTTP GET... Typically you should only use this if the server has a new version of the file or disk and / or memory caches are off or broken. Here's the syntax:
onunload=window.opener.reload(true); hth, Stephen On 4/16/05, steve miller <[EMAIL PROTECTED]> wrote: > I have a page that is loaded/created using variables sent to it from a > previous page. On this page is a link to pop up another window, and I > want to refresh the opener page when the popup is closed. I can get the > page to refresh with onunload=window.opener.reload(), but the reloaded > page is all messed up. It does not seem to reload with all the same > variables that were originally sent. If I hit the browser refresh > button, all works fine. Is there a way to mimic the browser refresh? > > Thanks! > > steve > > ____ • The WDVL Discussion List from WDVL.COM • ____ > To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or > use the web interface http://e-newsletters.internet.com/discussionlists.html/ > Send Your Posts To: [email protected] > To change subscription settings, add a password or view the web interface: > http://intm-dl.sparklist.com/read/?forum=wdvltalk > > ________________ http://www.wdvl.com _______________________ > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > To unsubscribe via postal mail, please contact us at: > Jupitermedia Corp. > Attn: Discussion List Management > 475 Park Avenue South > New York, NY 10016 > > Please include the email address which you have been contacted with. > ____ • The WDVL Discussion List from WDVL.COM • ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to $subst('List.Name') as: $subst('Recip.EmailAddr') To unsubscribe send a blank email to $subst('Email.UnSub') To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
