Kirl
08-26-2007, 02:03 PM
How can I re-write a table dynamically in the same page?
document.write seems to write to a new page.
document.write seems to write to a new page.
|
||||
Dynamically re-writing tablesKirl 08-26-2007, 02:03 PM How can I re-write a table dynamically in the same page? document.write seems to write to a new page. PremiumBlend 08-26-2007, 04:09 PM I believe in order to modify a table dynamically, it needs to be created via HTML DOM and not using text HTML. I read something on this once, but don't remember the link. Check this link out and try playing around with it, that's what I did. http://www.w3schools.com/htmldom/dom_obj_table.asp Kirl 08-26-2007, 05:38 PM Ecellent, I couldn't find it on w3 schools, thanks a lot. :) |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum