[thelist] innerHTML on a table (Was: AJAX Tip)

Matthew Pollard matthew at chickenskinners.com
Fri Apr 7 06:41:13 CDT 2006


> > In case someone reading the above thought of doing some innerHTML in
> > tables:


You don't need to use innerHTML at all - just traverse the dom and find the
right node and append(node.appendChild(newnode)) it - this works in IE as
well as firefox.

look here:
http://developer.mozilla.org/en/docs/Gecko_DOM_Reference


tables have their own little section
http://developer.mozilla.org/en/docs/DOM:table#HTML_Form_Element_Interface

Cheers

Matthew
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.5/303 - Release Date: 06/04/2006




More information about the thelist mailing list