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 -- http://mail.python.org/mailman/listinfo/python-list