TomTJ Posted May 28, 2008 Posted May 28, 2008 (edited) Hello Does anyone know how to get OptionTextX ans SelectName from this Select Tag? SelectName: <SELECT name=SelectionOption> <OPTION value=Option1 > OptionText1 </OPTION> <OPTION value=Option2 > OptionText2 </OPTION> ..... </SELECT> I didn't find anything about that. Thx for your help Tom Edited May 28, 2008 by TomTJ
TomTJ Posted May 28, 2008 Author Posted May 28, 2008 (edited) I founded for OptionTextX, it was simply $oSelectOption.text -> OptionText1 $oSelectOption.value -> Option1 It must much more difficult since the text is not inside the Tag... Tom Edited May 28, 2008 by TomTJ
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now