為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

My website presents RSS feeds to viewers. This works great with IE but Firefox does not load the RSS data, although it does present the page with blank data regions. Ideas?

  • 2 回覆
  • 2 有這個問題
  • 4 次檢視
  • 最近回覆由 smatthe

more options

Web design tool used is NetObject Fusion 11 which puts a php proxy script on the server to function as a gateway between the RSS feed and the browser.

Web design tool used is NetObject Fusion 11 which puts a php proxy script on the server to function as a gateway between the RSS feed and the browser.

所有回覆 (2)

more options

XmlDocument.create doesn't seem to work in Firefox. You can see an error in the Tools > Error Console

See e.g. http://help.dottoro.com/ljbcjfot.php


A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.

The helpers at that forum are more knowledgeable about web development issues.

You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

Thank you cor-el. You're correct, the error console does indeed show an error for each of the feeds when the page is brought up. I'll check with the mozillaZine forum for suggestions. Thanks again!