Document:writeln
From PlainOldWebserver
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
- Core Javascript 1.5
- XPCOM Components
- document.write()
- document.writeln()