IHTMLDocument2::openIHTMLDocument2::open*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLDocument2::writeln
*Next Topic: IHTMLDocument2::close

IHTMLDocument2::open


HRESULT open(
    BSTR url, 
    VARIANT name,
    VARIANT features,
    VARIANT replace ,
    IDispatch **pomWindowResult
);

Opens a stream to collect the output of the write or writeln method.

url
String value containing the URL of the resource.
name
VARIANT structure that contains the name.
features
VARIANT structure that contains the features.
replace
VARIANT structure.
pomWindowResult
Address of a pointer to the IDispatch interface.

See also close


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