Re: IE6 crash - again

Tech-Archive recommends: Fix windows errors by optimizing your registry



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

.



Relevant Pages

  • RE: xml carriage return
    ... Did you mean that you wanted to get indented XML content like this: ... I inserted a xml string into the xml field: ... private void btnBrowseXML_Click ... describe me your issue more detailed so that I can reproduce your issue and ...
    (microsoft.public.sqlserver.xml)
  • RE: VS DB Pro - Views created before tables in generated SQL scripts
    ... contained a XML typed Column in Database project. ... But, the script file ... It sounds like the XML column caused the issue. ... Do you have detailed step to reproduce this ...
    (microsoft.public.vsnet.enterprise.tools)
  • Re: RecordChangeComplete and Primary Key constraint
    ... Please check the XML file path in code: ... > It is using the northwind database of an SQL Server 2000 Server. ... >> We could not reproduce the problem that you are running into so for. ...
    (microsoft.public.data.ado)
  • Re: Extended Properties Not Showing Up
    ... I have been following your steps, however, I didn't reproduce it. ... XmlWriteMode.WriteSchema will write schema together with data into xml. ... Please try to put a DataGrid on the form to display the DataSet. ...
    (microsoft.public.dotnet.framework.adonet)