Posted by Zorro on 03/25/06 10:41
Hello guys,
<SELECT name = "f_hello">
<OPTION value = 'H'>Hello</OPTION>"
<OPTION value = 'G'>Good-Bye</OPTION>"
</SELECT>
In the case above, I can easily retrieve the f_hello variable which will
containts H or G after a POST. But how could I retrieve the "Hello" or
"Good-Bye" string?
Thank you,
Denis
[Back to original message]
|