Hi,
I was wondering whether placing an entire html-page in javascript-mode (i.e. document.write("<HTML>\n"); document.write("<HEAD>\n"); etc. etc.) will have any negative effects on the loading-time of the page. In other words how fast does javascript process the document.write, comparing to plain html?
Thanx Michiel
I was wondering whether placing an entire html-page in javascript-mode (i.e. document.write("<HTML>\n"); document.write("<HEAD>\n"); etc. etc.) will have any negative effects on the loading-time of the page. In other words how fast does javascript process the document.write, comparing to plain html?
Thanx Michiel
Comment