Paul Rubin <http://[EMAIL PROTECTED]> wrote:
>
>Thomas Guettler <[EMAIL PROTECTED]> writes:
>> > back to the originating url, i.e. I want the cgi to send a 302 redirect.
>>
>> I have this setup for a small script (for bigger things I use quixote)...
>
>Thanks.  It looks like you've written your cgi completely from
>scratch.  I was hoping to use the cgi module, which has some
>convenient features for reading the query parameters and POST content.

Yes, but the CGI module doesn't write anything, so the advice of writing a
"Location:" header still applies.
-- 
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to