[]
open
method of IHTMLDocument2
interface.
object open(string url, object name, object features, object replace)
Type | Name | Description |
---|---|---|
string | url | |
object | name | |
object | features | |
object | replace |
Type | Description |
---|---|
object |
An original IDL definition of open
method was the following: HRESULT open ([optional, defaultvalue("text/html")] BSTR url, [optional] VARIANT name, [optional] VARIANT features, [optional] VARIANT replace, [out, retval] IDispatch** ReturnValue)
;