stupid FORM problem

sp00fD sp00fD at yahoo.com
Mon Jan 24 10:12:03 EST 2000


I'm having a problem with a cgi program.  Basically some html calls a
<FORM METHOD="POST" ACTION="/my.cgi?action=view&table=thistable">
...
<SELECT NAME="thread">
<OPTION VALUE="1">foo
....

None of my params {action : "view", table : "thistable", thread : 3(or
whatever)} go through.  I've tried this using GET as the METHOD as
well, but no luck.  Here's the thing though, if I type the path in as
the url, it works (i.e http://myhost/my.cgi?
action=view&table=thistable&thread=3)

What am I doing wrong.

This POST goes to a "traffic cop" that creates an instance of a class
depending on the action, and passes the params, then displays the
output of that class instance.

Thanks,


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list