document.write

admin

Administrator
Staff member
Is there any way to put multiple lines of HTML in a document.write, or do you have to put the document.write command on every line? Basically, I have a .js file that needs a lot of HTML in it and would rather not have to put document.write before every line.
 
Top