IHTMLAreaElement::get_searchIHTMLAreaElement::get_search*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLAreaElement::get_protocol
*Next Topic: IHTMLAreaElement::get_shape

IHTMLAreaElement::get_search


HRESULT get_search(
    BSTR *p
);

Retrieves the substring that follows the ? symbol in the href property of the AREA object.

p
Address of a string variable that receives the query string or form data.

See also put_search

Up Top of Page


IHTMLAreaElement::put_search


HRESULT put_search(
    BSTR v
);

Sets the substring that follows the ? symbol in the href property of the AREA object. This is the query string or form data.

v
String value specifying the query string or form data.

See also get_search


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