Converting from integers to output

Christopher T King squirrel at WPI.EDU
Wed Jul 14 10:05:41 EDT 2004


On Wed, 14 Jul 2004, Dennis Lee Bieber wrote:

> 	Where's the INPUT HTML? I presume you display something from
> which the user is supposed to pick two colors. If "i" is one of the
> fields being returned from the input HTML then...

> ... it would be accessed as
> 	form["i"]
> (unless I misread the help file for the cgi module).

You did ;) It's form["i"].value (form["i"] returns a FieldStorage 
instance).




More information about the Python-list mailing list