Document:write

From PlainOldWebserver

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

Personal tools
Navigation