I have a form and on one of the checkboxs I have an onClick event which operates a document.write() method.
The problem I have is that I would like the document.write() to append to the existing page rather than erasing and replacing the current page.
How do I do this?
R
The problem I have is that I would like the document.write() to append to the existing page rather than erasing and replacing the current page.
How do I do this?
R