ice78991
Programmer
- Nov 20, 2006
- 216
I am loading variables from an xml file loaded through the xml object
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
The problem I have is that if I alter the xml file, firefox does not reload the xml file so I cannot easily update the page.
Is there a way around this?
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
The problem I have is that if I alter the xml file, firefox does not reload the xml file so I cannot easily update the page.
Is there a way around this?