IHTMLMetaElement::get_urlIHTMLMetaElement::get_url*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLMetaElement::put_url
*Next Topic: IHTMLMetaElement::put_charset

IHTMLMetaElement::get_url


HRESULT get_url(
    BSTR *p
);

Receives the URL that will be loaded after the specified time has elapsed.

p
Address of a variable that receives the URL.

See also put_url

Up Top of Page


IHTMLMetaElement::put_url


HRESULT put_url(
    BSTR v 
);

Specifies a URL to load after the specified time has elapsed.

v
String specifying the URL.

See also get_url


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