What is the best solution to work around bug in Internet Explorer
preventing you to amend inner.HTML?
I have AJAX which replaces elements inside , it works
fine in FF, Opera and Safari but IE fails.
Is the below the best way?
var opt = document.createElement("option");
opt.innerHTML = "text of the option";
opt.value = "0″;
document.getElementByID("mysel").appendChild(opt);
Thanks
Jay
--
Web Developer
Cathill Design
Web Development | Graphic Design | Multimedia
www.cathill.com/portfolio