Another IE Bug
This afternoon, I have been working to find out why in Internext Explorer (IE) I can't set the innerHTML value of a SPAN element without IE throwing a "Unknown Runtime Error". Of course, the SAME code works flawlessly in Mozilla/Firefox (Gecko really). First thing I did was consult the MSDN pages for innerHTML, and guess what it says? In a nutshell, it states it should work.
This made me think. Maybe I'm not passing the correct HTML or something stupid like that. So, I started removing elements until I had Testing. That worked. But, I am trying to use
- and
- . What I found out through trial and error is that you can set SOME elements using innerHTML in IE, but not all of them. So far, the ones that fail are
,
- ,
- , I haven't tested many others. I was able to use CSS and SPAN's to hack around this problem. Just extremely annoying that one has to do that in the first place.
What I wanna know is when the fuck Microsoft will wake up and smell the fucking coffee? How about a browser that actually works fellas? - FUCK!
- , I haven't tested many others. I was able to use CSS and SPAN's to hack around this problem. Just extremely annoying that one has to do that in the first place.