Python CGI and Firefox vs IE

Stephan Diehl stephan.diehl at gmx.net
Wed Sep 7 14:03:37 EDT 2005


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:
> 
> <form action='http://127.0.0.1/cgi-bin/server_status.py' method=post>
> <button name='display' value='all,status' type='submit'>All
> Servers</button>
> <button name='display' value='wkpea1,status'
> type='submit'>WKPEA1</button>
> <button name='display' value='wknha2,status'
> type='submit'>WKNHA2</button>
> </form>
> 
> 
> And the code that's messing things up:
> 

No, here you are wrong. IE doesn't work as expected with buttons.
See
http://www.solanosystems.com/blog/archives/2005/04/12/the-submit-button-problem/

This has nothing to do with Python.
---
Stephan
> jason




More information about the Python-list mailing list