javascript读取XML文件在load(.xml)时出错
functionloadXmlDoc(){alert("进入loadXmlDoc");if(window.ActiveXObject){alert("进入window.A...
function loadXmlDoc(){
alert("进入loadXmlDoc");
if(window.ActiveXObject)
{
alert("进入window.ActiveXObject");
xmlDoc = new ActiveXObject('Microsoft.XMLDOM');
xmlDoc.async=false;
xmlDoc.load('canshu.xml');
alert(xmlDoc.firstChild.tagName+"这里显示不出来求教");
browse="ie";
//输出文件路径
//alert();
getmessage();
}else if(document.implementation&&document.implementation.createDocument){
alert("进入document.implementation");
xmlDoc=document.implementation.createDocument('', '', null);
alert("即将加载文件"+xmlDoc);
xmlDoc.load('canshu.xml');
alert("根节点标签"+xmlDoc.firstChild.tagName);
alert("加载文件之后"+xmlDoc);
browse="ff";
getmessage();
}
else
{
alert( '未做与该浏览器的兼容!');
}
} 展开
alert("进入loadXmlDoc");
if(window.ActiveXObject)
{
alert("进入window.ActiveXObject");
xmlDoc = new ActiveXObject('Microsoft.XMLDOM');
xmlDoc.async=false;
xmlDoc.load('canshu.xml');
alert(xmlDoc.firstChild.tagName+"这里显示不出来求教");
browse="ie";
//输出文件路径
//alert();
getmessage();
}else if(document.implementation&&document.implementation.createDocument){
alert("进入document.implementation");
xmlDoc=document.implementation.createDocument('', '', null);
alert("即将加载文件"+xmlDoc);
xmlDoc.load('canshu.xml');
alert("根节点标签"+xmlDoc.firstChild.tagName);
alert("加载文件之后"+xmlDoc);
browse="ff";
getmessage();
}
else
{
alert( '未做与该浏览器的兼容!');
}
} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询