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!

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Firefox 8 displays source to nested iframes insead of the html

  • 4 risposte
  • 5 hanno questo problema
  • 3 visualizzazioni
  • Ultima risposta di 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.

Modificato da Bill il

Soluzione scelta

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.

Leggere questa risposta nel contesto 👍 0

Tutte le risposte (4)

more options

Soluzione scelta

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.

Modificato da Bill il