The latest version of Prototype sure works fine here on IE,
and .innerHTML isn't even part of Prototype -- in this case i assume
that $('the_item') returns nothing. To debug it, a full HTML page is
required.
Best,
Thomas
> Specifically, I'm having problems with:
> $('the_item').innerHTML = 'whatever';
MSIE (some version...) has been known to have problems
with ids using the "_" character - sometimes in very
unusual circumstances that are almost impossible to
pinpoint.
Try it with "theitem" instead (of course renaming
the actual element as well).
--
Bertilo Wennergren <http://bertilow.com>
Best,
Thomas
> I never had any issues with that. Can you give examples...? Sounds FUD-
> ish to me... :?
It happened to me a couple of times, but it was very long ago. A
mysterious bug in MSIE just disappeared when I changed to an id without
an underscore. It really should not matter, and most of the time
it doesn't. But once in a blue moon it does - for some unclear
reason. It's probably very very rare.