Document:write

From PlainOldWebserver

Revision as of 04:20, 15 June 2007 by Dakellog (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Back to Top


document.write( string )

This writes directly to the client-side browser without a newline.

Example:

   document.write("Hello world!");


Result:

   Hello world!

See Also

Navigation