[wdvltalk] Menu script

2005-04-17 Thread Portman
Hi, I am fixing up a site that has two different menu scripts on it. I don't know why there are 2 scripts but neither of them work. I have been looking for a new script but I need one that can put drop down menus on existing graphics (it is the GoldTech site.) I am not sure how to do this -

Re: [wdvltalk] refresh a php page

2005-04-17 Thread steve miller
Gotcha. steve On Apr 17, 2005, at 5:40 PM, Stephen Caudill wrote: A page load is always a GET request. By adding the true parameter tothe reload method, you're simply forcing the browser to retrieve afresh copy of the page from the server rather than reloading thecache. - Stephen • The WD

Re: [wdvltalk] refresh a php page

2005-04-17 Thread Stephen Caudill
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

Re: [wdvltalk] refresh a php page

2005-04-17 Thread steve miller
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 th