We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Some html files are not getting rendered properly in firefox. Same works fine in chrome and IE. What could be the possible reason?

  • 1 réponse
  • 2 ont ce problème
  • 4 vues
  • Dernière réponse par cor-el

more options

In our Siebel application we have a screen where in we can select certain criteria and get the report from some 3rd party system. These reports will be displayed in firefox browser.

But in firefox we cant see these reports properly. It displays HTML tags also along with data.

Same works good in IE and chrome.

In our Siebel application we have a screen where in we can select certain criteria and get the report from some 3rd party system. These reports will be displayed in firefox browser. But in firefox we cant see these reports properly. It displays HTML tags also along with data. Same works good in IE and chrome.

Toutes les réponses (1)

more options

If you see HTML tags then it sounds that the server is sending the file as text/plain instead of text/html.

You can use the Live Http Headers extension or check this in the Web Console (Firefox/Tools > Web Developer;Ctrl+Shift+K), either in the Net log or the Network log (you may need to refresh the window).