Writes a string of text followed by a newline character to a document.
document.writeln(line);
line
is string containing a line of text.document.writeln("<p>enter password:</p>");
document.writeln is the same as document.write but adds a newline.
NS_ERROR_DOM_NOT_SUPPORTED_ERR
) error on the error console). This is the case if opening a local file with a .xhtml file extension or for any document served with an application/xhtml+xml MIME type. More information is available in the W3C XHTML FAQ.
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/document/writeln