Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

retrieve object tag's DATA attribute

0 views
Skip to first unread message

Ralf

unread,
Sep 8, 2005, 7:48:12 AM9/8/05
to
hi,

I am writing an ActiveX control (using MFC).

To deal with the object tag's PARAM values I use the DoPropExchange()
method.
But on top of that I want to get the URI value of the object tag's DATA
attribute.

<object DATA="http://server/myfile.ext" id="o1" type="image/ext"
width="50" height="50">
<param name="BORDER" value="1">
</object>

How can I retrieve the string "http://server/myfile.ext" ?

Any hint is appreciated...

Thanks!
- Ralf

0 new messages