Python CGI not working in Firefox but does in IE

Richard Brodie R.Brodie at rl.ac.uk
Wed Feb 22 08:46:20 EST 2006


"Harlin Seritt" <harlinseritt at yahoo.com> wrote in message 
news:1140615651.847586.258300 at f14g2000cwb.googlegroups.com...

> [CODE]
> print 'Content-type: text/plain\n'

That's your problem. You've said text/plain when you meant text/html.






More information about the Python-list mailing list