Re: how can I get span element interface in a web form in my vc++ application
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Thu, 23 Feb 2006 10:53:56 -0500
victorzou <victor.zou@xxxxxxxxxxx> wrote:
I can't found IHTMLSpanElement in msdn,where to get the description
.thanks
It's an empty interface, no properties or methods. <span> element does
not have anything above and beyond what's available via IHTMLElement.
sorry for my expression. I want to fire the click event in the
following form in my vc++ application
<form.......> ....... <span id=span1 onclick='......' ></span></form>
If you have an id for it, why not just use document.all ?
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- Follow-Ups:
- 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: Igor Tandetnik
- Re: how can I get span element interface in a web form in my vc++ application
- From: victorzou
- 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):