On 7 Sep 2005 11:10:00 -0700, Jason <[EMAIL PROTECTED]> wrote:
IE...
Yeah, I know what you mean. Here's another one that doesn't work in IE, but it does work in Firefox:
canvas = pid.PILCanvas()
canvas.drawRect(0,400, 500, 0, fillColor=pid.floralwhite, edgeColor=pid.maroon )
# display stuff
IE...
Have to come up with a workaround, go back to the old . I'm
about the only one who uses firefox in our facility.
Thanks for the reply and the link.
--
http://mail.python.org/mailman/listinfo/python-list
> I see what's happening, but I'm at a loss to figure out what to do
> about it. Any help would be appreciated.
Try giving the buttons different name attributes.
--
http://mail.python.org/mailman/listinfo/python-list
On Wed, 07 Sep 2005 10:50:15 -0700, Jason wrote:
> Hey y'all, this falls under the murky realm of HTML, CGI and
> Python...and IE.
>
> Python 2.4, using CGI to process a form.
>
> Basically I've got 3 buttons. Here's the HTML code:
>
>
> All
> Servers
> type='submit'>WKPEA1
> type='submit'>
Hey y'all, this falls under the murky realm of HTML, CGI and
Python...and IE.
Python 2.4, using CGI to process a form.
Basically I've got 3 buttons. Here's the HTML code:
All
Servers
WKPEA1
WKNHA2
And the code that's messing things up:
fields = cgi.FieldStorage()
if fields.has_key('displa