IHTMLAreaElement::get_hashIHTMLAreaElement::get_hash*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLAreaElement::get_coords
*Next Topic: IHTMLAreaElement::get_host

IHTMLAreaElement::get_hash


HRESULT get_hash(
    BSTR *p
);

Retrieves the string stored in the hash property of the AREA object.

p
Address of a string variable that receives the hash portion of the URL. If the URL has no hash string, this parameter receives an empty string.

See also put_hash

Up Top of Page


IHTMLAreaElement::put_hash


HRESULT put_hash(
    BSTR v
);

Sets the string associated with the hash property of the AREA object.

v
String value specifying the hash portion of the URL.

This property is useful for moving to a bookmark within a document. Assigning an invalid value does not cause an error.

See also get_hash


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