Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Firefox 8 displays source to nested iframes insead of the html

  • 4 ответа
  • 5 имеют эту проблему
  • 36 просмотров
  • Последний ответ от Bill

more options

I have had nested iframes for a few years, Firefox and other browsers display them without problems, but today with Firefox 8, I see the HTML source of the nested iframe. My test case had a Google Graph in it, but since it is only displaying the HTML, I am assuming the content is meaningless. I was about to create a test case, but I found my editor (tinymce) is also failing probably for the same reason.

I have had nested iframes for a few years, Firefox and other browsers display them without problems, but today with Firefox 8, I see the HTML source of the nested iframe. My test case had a Google Graph in it, but since it is only displaying the HTML, I am assuming the content is meaningless. I was about to create a test case, but I found my editor (tinymce) is also failing probably for the same reason.

Изменено Bill

Выбранное решение

Looks like I answered my own question. The nested iframe did not have a header. Once I added my standard header, it worked. Firefox must be getting picker about headers in iframes.

Прочитайте этот ответ в контексте 👍 0

Все ответы (4)

more options

Выбранное решение

Looks like I answered my own question. The nested iframe did not have a header. Once I added my standard header, it worked. Firefox must be getting picker about headers in iframes.

more options

The server may not recognize the file extension if it is not .html and sends the file as text/plain.

Does that file have a .html file extension and is it send as text/html by the server?


A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

The iframe is not HTML, but cgi-bin with a Perl (.pl) extension. I noticed the standard header was missing (including the line in one of my previous posts), and after adding it in, it started working. I am in the process of moving my programs to Apache so I don't have to worry about headers, and let it handle all the front end stuff.

more options

Looks like the message where I answered myself is missing -- I added standard header mainly a blank line and a <!DOCTYPE ... > before the HTML.

Изменено Bill