Click to return to the Reusing Browser Technology home page    
IHTMLDocument2::get_vlink...     IHTMLDocument2::queryComm...     IHTMLDocument2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLDocument2::open Method


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

Syntax

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

Parameters

url
String value that contains 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.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

close


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.