IHTMLLocation::get_searchIHTMLLocation::get_search*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLLocation::put_search
*Next Topic: IHTMLLocation::put_hash

IHTMLLocation::get_search


HRESULT get_search(
    BSTR *p 
);

Retrieves the substring that follows the ? symbol in the current URL. This is the query string or form data.

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

See also put_search

Up Top of Page


IHTMLLocation::put_search


HRESULT put_search(
    BSTR v 
);

Sets the substring that follows the ? symbol in the current URL. This is the query string or form data.

v
String specifying the query string or form data.

See also get_search


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