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?