It's still difficult to understand what you're asking for. If you use document.write() with a page that already has been written in a browser, the original contents will be deleted and whatever is in the document.write statements will replace it. That's not generally done deliberately, though I've done it a couple times by accident.
Lee