It can be a giant time-consumer to code up HTML to be written by a JavaScript. Why? Because of the present limitations on string length readable by the compiler. You have to keep concatenating the lines with single or double quotes and plus signs. Unlike PERL, which permits a write literal until end write statement is encountered, every bit of the HTML has to be specified in the "document.write("text");" format when using JavaScript. |