Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

搜尋 Mozilla 技術支援網站

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

了解更多

Iframe not dispalying source URL content. Problem only with Mozila, working fine with Chrome.

more options

I have developed one asp .NET web application. In which I have one web page with Iframe, this IFrame is used to display static page URL, but IFrame is not disapying source control at all. I am facing this issue only in Mozilla Firefox (66.0.3) only, working fine with Chrome.

I have developed one asp .NET web application. In which I have one web page with Iframe, this IFrame is used to display static page URL, but IFrame is not disapying source control at all. I am facing this issue only in Mozilla Firefox (66.0.3) only, working fine with Chrome.

所有回覆 (5)

more options

Hi HemantRajendraRatnaparkhi, if you haven't already, could you check for messages in Firefox's Web Console. You can open the Web Console in the lower part of the tab using either:

  • "3-bar" menu button > Web Developer > Web Console
  • (menu bar) Tools > Web Developer > Web Console
  • (Windows) Ctrl+Shift+k

Then reload the page in the upper part of the tab and watch for error or security messages. (The lines with blue triangles generally are not significant unless you suspect a style rule problem.) Anything that sounds like it could be relevant?

Also, see: Where to go for developer support

more options

Also see:

Is the iframe visible at all? If you would set its dimensions via percentages then make sure that all containing elements further up in the tree have a dimensions set (else you get 100% of zero -> zero).

more options

1) Major problem for me is it's not showing any error in Console panel. 2) I already tried this by giving IFrame height and width in Percentage , but it's not working in my case.

more options

Did you try to set the iframe dimensions to fixed settings?

The point of my above post is that using percentages can cause issues. You can check the Layout tab in the Inspector for this frame.

more options

Do you want to share a link to a page demonstrating the problem?