|
Posted by Mika on 11/16/07 21:32
"Stevo" <please@spam-me.com> wrote in message
news:fhko5q$31l$00$1@news.t-online.com...
> Mika wrote:
>> Internet Explorer cannot open the Internet site...
>> Operation aborted
>
> That happens on IE when you try to add items to the DOM before the page is
> complete. Wait for onload event to fire before doing it, or poll the
> document.readyState waiting for "complete" (although "interactive" may
> sometimes be good enough).
Thanks Stevo.
Can you elaborate on how we could make the Document Object Model only happen
after onload, or better still implement your polling suggestion.
I am not one of the programmers myself, but would appreciate it if you could
briefly explain in layman's terms what should be done. I.e. "Find and
change <body onload=... to xxxx", so we can try it here. Many thanks.
Navigation:
[Reply to this message]
|