Archive for the 'Javascript' Category

IE DOM Bugs

Posted by Tom on February 7th, 2006

I’ve been working on a Javascript project where it’s necessary to create input elements (radio buttons and checkboxes) dynamically. With a functional DOM, it takes only a couple of lines of code, and works fine in Firefox and Safari. Too bad IE isn’t as DOM compatible as it claims to be.
After several searches, I discovered […]