Is there a way to get the options in a Html.SELECT object (Combo box) without using the IDispatch. The reason for not using IDispatch is that I am using FireFox which does not have/support/implement IDispatch. All I can use is IAccessible. Any Suggestions.