Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Learn More

Firefox 4.0 support for printing embedded PDF files in iFrames via JavaScript

  • 2 wotmołwje
  • 102 matej tutón problem
  • 16 napohladow
  • Poslednja wotmołwa wot PavPav

more options

I recently upgraded to Firefox 4.0 and can no longer print embedded PDF documents contained in an iFrame.

My company's web application has several pages which load PDF files from a Servlet into an iFrame. The pages in question all have "Print" buttons which when clicked executes a JavaScript function to obtain reference to the iframe containing the PDF, place it into focus() (e.g., frames['pdfdoc'].focus();), and invoke print() (e.g., frames['pdfdoc'].print();). There are no errors, or exceptions caught when the JavaScript function is invoked, but the "Print" button is no longer operational.

Does Firefox 4.0 no longer support iFrames? The issue goes away if I revert back to ver 3.6.16

I recently upgraded to Firefox 4.0 and can no longer print embedded PDF documents contained in an iFrame. My company's web application has several pages which load PDF files from a Servlet into an iFrame. The pages in question all have "Print" buttons which when clicked executes a JavaScript function to obtain reference to the iframe containing the PDF, place it into focus() (e.g., frames['pdfdoc'].focus();), and invoke print() (e.g., frames['pdfdoc'].print();). There are no errors, or exceptions caught when the JavaScript function is invoked, but the "Print" button is no longer operational. Does Firefox 4.0 no longer support iFrames? The issue goes away if I revert back to ver 3.6.16

Wšě wotmołwy (2)

more options

I have same issue for printing embedded PDF files in iFrames via JavaScript in Firefox 5.0.

In previous versions it was working fine. But not in Firefox 4.0/5.0.

Is there any solution for this problem?

more options

This happens only for invisible iframes (display:hidden). Setting width="1"

 height="1" style = "border:none" for iframe will make it "almost" invisible and printing will work properly.