Dynamically created tables in Internet Explorer
This page was created on Tue Sep 01 2009 and last changed on Sat Oct 05 2024.
A problem when creating tables dynamically with JavaScript is that in Firefox, Opera, and Google Chrome, the rows of the table can be attached to the table element itself. However, in Internet Explorer, the rows of the table must be attached to thetbody
element.
Copyright © Ben Bullock 2009-2024. All
rights reserved.
For comments, questions, and corrections, please email
Ben Bullock
(benkasminbullock@gmail.com).
/
Privacy /
Disclaimer