sir pannels
12-05-2007, 04:32 PM
Hello all,
I use the following to load an xml file...
xmlDoc=document.implementation.createDocument("","",null);
xmlDoc.load("file.xml");
xmlDoc.onload=getmessage;
How do I check if it had loaded correctly? I read something about a ready state you can call?
Many thanks
P
I use the following to load an xml file...
xmlDoc=document.implementation.createDocument("","",null);
xmlDoc.load("file.xml");
xmlDoc.onload=getmessage;
How do I check if it had loaded correctly? I read something about a ready state you can call?
Many thanks
P