Test  Joined  JavaScript  "document.write"
 

All elements of the table are joined (concatenated) into one string which is used as an argument of a single document.write that creates HTML code for the entire table.  (Page loading/reloading time is noticeably shorter than that for the test which uses individual document.writes to create HTML code for each element of the table).



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