innerHTML on tbody element PDF Print E-mail
Written by Websmurf   
Saturday, 08 July 2006
I was playing with AJAX on one of the components I'm developing for Joomla. I ran into an odd issue when I tried to set the innerHTML for a tbody element in Internet Explorer. After some searching I found out that in Internet Explorer, you can't write to certain elements using .innerHTML:

"The property is read/write for all objects except the following, for which it is read-only: COL, COLGROUP, FRAMESET, HTML, STYLE, TABLE, TBODY, TFOOT, THEAD, TITLE, TR. The property has no default value."
[ source ]


A thing to keep in mind next time...


 
Next >