Bil,

Thanks for the help.   I think I can figure it out from here.I have
several options....

The server is Apache and I am using perl cgi on the server.

However the confusion I have is that on the Jquery load you aren't
using the server get/post methods. You just give it a URL.
And the page I am loading static (pre-built) , well it's a form that
as a get/post method embedded in it.
But the form itself is just a static html file.

Anyway I appreciate the help. Thanks!

Steve







On Oct 21, 6:39 pm, Bil Corry <[EMAIL PROTECTED]> wrote:
> Stever wrote on 10/21/2008 6:33 PM:
>
> > How do I update the headers. Apparently this is done from the server
> > side.
>
> It depends on your server-side language and web server.  Apache can set 
> headers using mod_headers:
>
>        http://httpd.apache.org/docs/2.0/mod/mod_headers.html#header
>
> Depending on your server-side language (Lasso, PHP, Python, Perl, etc) you'd 
> have to look it up as it differs per language.
>
> > I know you said I could add a random query statement to the URL in
> > the load
>
> You can do that instead of setting the headers.  Might be easier if you're 
> unsure of how to set response headers.
>
> - Bil

Reply via email to