Accomplishing, in Java, the JavaScript "document.write()" function
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
Page 1 of 3
This article was originally published on March 26, 1998