A page load is always a GET request.  By adding the true parameter to
the reload method, you're simply forcing the browser to retrieve a
fresh copy of the page from the server rather than reloading the
cache.

- Stephen

On 4/17/05, steve miller <[EMAIL PROTECTED]> wrote:
> Thanks Stephen.
> 
> The original page uses POST to send the variables. Is there a way to
> force a new HTTP POST instead of a GET?
> 
> steve
> 
> 
> On Apr 16, 2005, at 8:46 PM, Stephen Caudill wrote:
> 
> > 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 ofthe file or disk and / or memory caches are off or broken.
> > Here's thesyntax:
> > onunload=window.opener.reload(true);
> > hth,Stephen
> 
> ____ • 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.

Reply via email to