> Does anyone have a better solution for this? This must have been solved
> elsewhere...
> Is there a hook in prototype we can use for making things run after the DOM
> is complete? The problem doesn't happen with Firefox 2.
>
Off the top of my head I would suggest adding your javascript to the
It figures that I would run into this problem. Placing the Tree Component's
java script block, as seen on the wiki, can cause Abort errors on IE (tested
ie6) because it's modifying the DOM before it is loaded all the way. (I am
using a larger, complex page to experience these errors) My page pro