English 中文(简体)
Loading XML 文件Ajax。 在IE和Sato成功。 圣公会行为
原标题:Loading XML File with Ajax. Successful in IE and Safari. Strange Firefox behaviour

当时一直在跟踪这个地点的员额,发现这些员额非常有用。 这是我的第一个职务,我也这样说。

I m 用Ajax装载XML文档(装上单米处理垃圾处理信息)。 它包含信息一米,用于建造th、画廊和幻灯。 然而,Xml文档似乎在火f中装载。 IE和Safat没有问题,因此,一刀切。 但是,由于没有允许当地Xml,因此我打上了经过测试的剪辑或歌手。

问题是,问题只是出现,因为一面改变了Xml文档的位置。 它与javascript案一样,在案卷中,有一把Ajax指挥。 因此,以下公司在IE Safari进行了罚款。 iii

$.ajax({
    type:  GET ,
    url:  projects.xml ,
    dataType:  xml ,
    success: parseXML
});

现在,Xml在充气的夹层中,当通过链接(通过地址棒打至html档案)时,火fox只装上它。 因此,我怀疑的“......”表示有些麻烦。 情况如何? 难道这只是一条不行的问题吗? 目前使用的是:

$.ajax({
    type:  GET ,
    url:  ../xml/projects.xml ,
    dataType:  xml ,
    success: parseXML
}); 

任何帮助都将受到赞赏。

最佳回答

地球科学委员会在处理“URIs”案时,将树冠上层的文档视作无异构体,以防止当地超文本文档读过你硬运动的任意数据。

因此,这是因为你使用“URIs”,而只是在使用“URIs”档案时出现问题。

问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签