Re: IE6 crash - again
- From: "Danny" <danny.yeshurun@xxxxxxxxx>
- Date: 8 Nov 2005 21:44:12 -0800
Sorry for not being clear. This post was supposed to be connected to
another thread but I can't find it now.
So I will add some more details to the scenario:
I have an HTML table that is binded to an XML island. The XML is
defined without any URL, i.e.
<XML id='myXML'></XML>
I then have a function which is activated in the BODY onload event, and
this function actually assigns a URL to the XML:
document.all.myXML.src = <some url>
Everything works fine, but if I click refresh several times, I get the
above crash. There is no certain number of refreshes that reproduce the
problem and sometimes it is reproduced at the first time the page is
rendered.
Now, yesterday I changed the flow a bit, and moved the URL assignment
to be in a script which is just before the BODY end tag, i.e. not in
the onload event. Mysteriously, this seems to solve the problem ( I
added a timeout script that refreshes the page every second and it
worked hours without crashing).
It still worries me, as I have no clue why it happens and why it is
seemed to be solved.
Thanks,
Danny
.
- References:
- IE6 crash - again
- From: Danny
- Re: IE6 crash - again
- From: Jan Il
- IE6 crash - again
- Prev by Date: Pressing The Space Key While Searching Causes The Cursor To Jump To The Main page
- Next by Date: Re: IE6 cannot access ANY Microsoft site!!
- Previous by thread: Re: IE6 crash - again
- Next by thread: Re: IE6 crash - again
- Index(es):
Relevant Pages
|