Hi,
I have the Web Browser control on a form (similar as explain in the 'WebBrowser FAQ'.)
I have set the webControl in designMode (via designMode="ON") and i'm able to
create controls via the execCommand (e.g execCommand("InsertInputButton", false, null)).
But i can't seem to get the selected item or selected items in the control or document to get it's id or name ??