how to get select label?

Lawrence Oluyede raims at dot.com
Wed Dec 14 17:03:42 EST 2005


Il 2005-12-14, lli at sos.state.tx.us <lli at sos.state.tx.us> ha scritto:
> I build web application. So I use CGI. I need to show select text in
> the html page. Now I can only display select value such as '001'. But I
> need to display its text 'AAA'.

There are tons of way to build web apps in Python and CGI is the last I
rely on. Anyway you can make a dirty trick passing in hidden HTML fields
the text values and match against.


-- 
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