Try  View Source under Firefox, you should see everything that you're
printing from your CGI on the server.  The server side CGI will do the
same thing no matter what browser is requesting the page.

Next, take that source and paste into into some app that will look for
problems like tags that aren't balanced (Dreamweaver is what I'd use.)

-Jim

On 11 Jun 2005 07:00:39 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hey there,
> i have a python cgi script that prints out html just fine in the Opera
> browser
> but doesnt print at all under FireFox.
> weird, eh?
> i am getting nothing in the apache logs about any error.
> perhaps its a firefox issue, but i doubt it.
> 
> any suggestions. simple script here..
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
> 
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to