Thanks for the answers.
I will give this a try. The other one was a bit beyond y comprehension - but
nevertheless interesting.
Rodney

>Rodney Myers wrote:

>: So there is no need to write anything to the browser, nor to redirect the
>: browser. But I seem to a get a server 500 error unless I do one of those
>: things.
>
>Instead of the Location header, try sending this back to the browser:
>
>print "Status: 204 No Content\n\n";
>
>HTTP code 204 is supposed to instruct the browser that the response
>contains no content (or if there is any, ignore it).


Reply via email to