javascript document open( )
| open( ) | NN 2 IE 3 DOM 1 |
open(["MIMEType"][, "replace"]) |
|
Opens the output stream for writing to the current window or frame. If document.clear( ) has not already been invoked, it is automatically invoked in response to the document.open( ) method. Early version bugs may lead you to use document.write( ) and document.writeln( ) to take care of this method more reliably for you. |
|
| Parameters | |
|
|
| Returned Value | |
None. |
|
