34,333
edits
Changes
→Writing text to a document
This is a line of text written to the document using JavaScript
</pre>
=== Writing Text to a docuemnt in a different Window ===
the writing of text to a document not restricted to writing to the document in the current window. It is also possible to write content to a different window simply by referencing the window in tyhe JavaScript command (for details on opening new windows see the [[JavaScript Window Object]] chapter).
=== Changing the Document Title ===