Hi.
To write a HTML line, document.write() is used.
Is there any shortcut method that can be used to write many HTML lines with just one method instead of using the function on every line?
For example, in PERL, there is a way to flag the start of the HTML lines and end of the lines. I need to do this sort of thing in JavaScript.
thanks.
To write a HTML line, document.write() is used.
Is there any shortcut method that can be used to write many HTML lines with just one method instead of using the function on every line?
For example, in PERL, there is a way to flag the start of the HTML lines and end of the lines. I need to do this sort of thing in JavaScript.
thanks.