(I hope this is enough info!)
function LoadXML(){
var xmlord= new ActiveXObject("Microsoft.XMLDOM")
xmlord.async = "false";
xmlord.load('http://myserver/xml/'+myfrom.refid.value+'.xml');
if(xmlord.parseError.errorCode != 0){
window.alert("No such...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.