Re: how can I get span element interface in a web form in my vc++ application



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


.