IHTMLAnchorElement::get_searchIHTMLAnchorElement::get_search*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLAnchorElement::get_rev
*Next Topic: IHTMLAnchorElement::get_tabIndex

IHTMLAnchorElement::get_search


HRESULT get_search(
    BSTR *p
);

Retrieves the substring that follows the ? symbol in the HREF attribute of the anchor element. This is the query string or form data.

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

Up Top of Page


IHTMLAnchorElement::put_search


HRESULT put_search(
    BSTR v
);

Sets the substring that follows the ? symbol in the HREF attribute of the anchor element. This is the query string or form data.

v
String value specifying the query string or form data.


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