Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 3 trả lời
  • 2 gặp vấn đề này
  • 3 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Tất cả các câu trả lời (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!