This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Cari Bantuan

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.

Pelajari Lebih Lanjut

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

  • 3 balas
  • 2 memiliki masalah ini
  • 3 kunjungan
  • Balasan terakhir oleh 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.

Semua Balasan (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!