Jump to content

IE Get all element of list


Go to solution Solved by Terenz,

Recommended Posts

Posted

Hello guys,

I have a list ( is like a combobox in a classic GUI ) and i want to retrive all the element of this list-combobox. After get the ID with _IEGetObjById, what i need to do?

The code:

<select name="List" id="MyList" style="font-size:Smaller;width:420px;">
        <option value="Name">Name</option>
                <option value="Name2">Name2</option>
</select>

Thanks

Nothing is so strong as gentleness. Nothing is so gentle as real strength

 

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