Jump to content

Recommended Posts

Posted (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 by TomTJ
Posted (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 by TomTJ

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...