Document:write
From PlainOldWebserver
document.write( string )
This writes directly to the client-side browser without a newline.
Example:
document.write("Hello world!");
Result:
Hello world!
See Also
- Core Javascript 1.5
- XPCOM Components
- document.write()
- document.writeln()
