DHTML Methods
Closes an open document stream and forces data output to render.
document.close ( )
No return value.
When a function fired by an event on the BODY object calls the close method, the window.close method is implied. When an event on the BODY object calls the close method, the document.close method is implied.
document