Re: how can I get span element interface in a web form in my vc++ application
- From: "victorzou" <victor.zou@xxxxxxxxxxx>
- Date: 23 Feb 2006 06:17:33 -0800
yes, Igor
the get_all function is not included in IHTMLFormElement methods ,
and function "item( VARIANT name,VARIANT index,IDispatch **pdisp)" of
IHTMLFormElement can get only
IHTMLINPUTElement.(text,radio,check,button,select...) no span element.
HRESULT hr =pDispEleCol->QueryInterface(
IID_IHTMLElementCollection,(void **) &pEleCol);
the result hr = -2147467262 ,so it failed to get HTMLElementCollection.
.
- Follow-Ups:
- Re: how can I get span element interface in a web form in my vc++ application
- From: Igor Tandetnik
- Re: how can I get span element interface in a web form in my vc++ application
- References:
- how can I get span element interface in a web form in my vc++ application
- From: victorzou
- Re: how can I get span element interface in a web form in my vc++ application
- From: Igor Tandetnik
- Re: how can I get span element interface in a web form in my vc++ application
- From: victorzou
- Re: how can I get span element interface in a web form in my vc++ application
- From: victorzou
- Re: how can I get span element interface in a web form in my vc++ application
- From: Igor Tandetnik
- how can I get span element interface in a web form in my vc++ application
- Prev by Date: Re: how can I get span element interface in a web form in my vc++ application
- Next by Date: Re: how can I get span element interface in a web form in my vc++ application
- Previous by thread: Re: how can I get span element interface in a web form in my vc++ application
- Next by thread: Re: how can I get span element interface in a web form in my vc++ application
- Index(es):