http://www.developer.com/java/other/article.php/602321/Accomplishing-in-Java-the-JavaScript-quotdocumentwritequot-function.htm

Back to article

Accomplishing, in Java, the JavaScript "document.write()" function


March 26, 1998

JavaScript programmers know that the most powerful command in that interpreted language is "document.write()". This command accepts a String as its input parameter and writes the String to the browser as if it came from a static





JavaWrite