Ruby Forum Rails Spinoffs > Protoype.js on-demand load fails in IE6

Posted by stani (Guest)
on 15.05.2008 23:28
(Received via mailing list)
I try to load prototype.js 1.6.0.2 on-demand by adding a SCRIPT tag,
and it fails in "fireContentLoadedEvent" line 4026 code in IE6 (error
is: 'null' is null).

I deleted the function and it works ok. There is no reference to
fireContentLoadedEvent anywhere in prototype or scriptaculous, so I
assume it's safe.

Any other way to avoid this?