cgi script runs under Opera, but not firefox

James Carroll mrmaple at gmail.com
Sat Jun 11 10:23:51 EDT 2005


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, nephish at xit.net <nephish at xit.net> 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
> 
>



More information about the Python-list mailing list