Il 2005-12-14, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to