This inspection reports JavaScript method calls to
document.write() or
document.writeln().
Most uses of these calls are better performed using explicit
DOM calls such as getElementByID() and
createElement(). Additionally,
the write() and
writeln() calls will not work with XML
DOMs, including DOMs for XHTML if viewed as XML. This can result in difficulty to point out bugs.