IHTMLImgElement::get_useMapIHTMLImgElement::get_useMap*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLImgElement::put_useMap
*Next Topic: IHTMLImgElement::get_mimeType

IHTMLImgElement::get_useMap


HRESULT get_useMap(
    BSTR *p
);

Retrieves the URL used as a client-side image map. The URL includes the bookmark extension (#name), if any.

p
Address of a variable that receives the URL.

See also put_useMap

Up Top of Page


IHTMLImgElement::put_useMap


HRESULT put_useMap(
    BSTR v
);

Identifies a URL, often with a bookmark extension (#name), to use as a client-side image map.

v
String specifying the URL.

See also get_useMap


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.