ok ok, i just coipletely missed a section of ur e-mail, oops. Ignore the
last one. sorry :)
Shame on me, lol.
----- Original Message -----
From: "Juraj Seffer" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Tuesday, November 20, 2007 8:00 PM
Subject: FN-FORUM: IE inner.HTML workaround?
>
> Hi all,
>
> 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
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>