how to get select label?

Lawrence Oluyede raims at dot.com
Wed Dec 14 15:17:57 EST 2005


Il 2005-12-14, lli at sos.state.tx.us <lli at sos.state.tx.us> ha scritto:
> Hi Guys,
>
> I built a select in a form. My select is:
>             print '<SELECT NAME="county">'
>             print '<OPTION VALUE="000">ALL'
>             print '<OPTION VALUE="001">AAA'
>             print '<OPTION VALUE="002">BBB'
>             print '</SELECT>'

Which web technology/framework are you using that requires plains print
an this odd HTML? CGI?

-- 
Lawrence - http://www.oluyede.org/blog
"Anyone can freely use whatever he wants but the light at the end
of the tunnel for most of his problems is Python"



More information about the Python-list mailing list