View Single Post
  #2 (permalink)  
Old 09-15-03, 04:54 AM
andreasberglind andreasberglind is offline
Newbie Coder
 
Join Date: Jul 2003
Location: Sweden
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Smile

Not very complicated.

I broke down the output variable into several steps, itīs easier to read that way, but you can always change to one big string, if you like. I chose to simply do document.write(output) but you can send tha variable to wherever you would want it to appear. I didnīt bother with design, but it works fine.

the .htm file is included in the .zip

Enjoy!
Attached Files
File Type: zip datatotable.zip (422 Bytes, 308 views)
Reply With Quote