Wednesday, February 01, 2006 10:45 AM
Trivium DawnWalker
IE --> Mozilla
We are currently updating all our HTML and JAVAScript to conform to W3C standards and one thing has had me baffled for a while.
We dynamically generate an HTML Table and thus dynamically add onclick events via javascripting.
now, in IE to remove a row from the HTML table you just say,
table.removeNode(NodeID)
BUT
in mozilla
table.deleteRow(NodeID.rowIndex)
Filed under: HTML