Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

What is the maximum number of nested iframe does firefox permits?

  • 3 ردود
  • 2 have this problem
  • 3 views
  • آخر ردّ كتبه mallowrhymez

more options

I have an application that works fine in both IE and chrome. I am guessing that the application reached a certain number of iframe that is why my javascripts on that iframe is not loaded.

I have an application that works fine in both IE and chrome. I am guessing that the application reached a certain number of iframe that is why my javascripts on that iframe is not loaded.

All Replies (3)

more options

Why to you need to nest iframes that much?

If you need to nest more deeply then you can disable the HML5 parser (pref: html5.parser.enable -> false) to see if that works.

more options

I'm maintaining a legacy application which only worked on IE6 for the past years. I was wondering if mozilla implemented a limit on the number of nested iframe. Do you have any idea?

Thanks, cor-el!

more options

I found out that after the 10th nested iframe, the next one won't load anymore.

Thanks!