My .py CGI script works in IE but not Netscape

Chris Lyon chris.lyon at tgm.co.uk
Tue Jun 25 06:46:28 EDT 2002


Netscape is much less forgiving than IE,
Check table tags and complete html,head and body tags alway's help.
Content type will make a difference,
and do include a 'proper DOCtype'

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
above the head. It all helps



More information about the Python-list mailing list