Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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

  • 3 отговора
  • 2 имат този проблем
  • 3 изгледи
  • Последен отговор от 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.

Всички отговори (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!