When the innerHTML property is set, the first TR and TD are stripped
off and the innerHTML begins with the data contained inside the first
TD. However, the leading TR and TD are NOT stripped off if the value is
wrapped inside TABLE tags.
It appears that IE performs a validation on table related-content when
setting innerHTML. If the content is not a properly-formed table, then
it tries to remove the table markup.
Does anyone know how to turn off this validation so that the innerHTML
will accept what is passed to it without modifying it?
Thanks,
Mike