Test  Individual  JavaScript  "document.write"s
 

Every element of the table is used as an argument of a document.write that creates HTML code for the individual table cell.  The entire table is the result of multiple document.writes.  (Page loading/reloading time is noticeably longer than that for the test which uses joined document.write to create HTML code for each element of the table).



Use [Back] button or [Alt]+[CL] to return to the previous page