Document:writeln

From PlainOldWebserver

Jump to: navigation, search

Back to Top

document.writeln()

document.writeln() writes a text to the client browser, plus a newline ("\n").

Example:

   document.writeln("Hello there!");


Result:

   Hello there!

See Also

Personal tools
Navigation