Python CGI not working in Firefox but does in IE

Kent Johnson kent at kentsjohnson.com
Wed Feb 22 09:21:50 EST 2006


Harlin Seritt wrote:
> Also, is there a redirect command somewhere within Python CGI that can
> get this done instead as I would actually prefer to have the CGI code
> execute this rather than depend on the HTML to do it.

http://groups.google.com/group/comp.lang.python/msg/6e929fab0d414b2c 
shows how do do a redirect with HTTP headers.

Kent



More information about the Python-list mailing list