I am using the following command to print a PDF that is inside the iFrame, and the PDF is included locally on the same server:
window.frames["imprimirpdf"].focus();
window.frames["imprimirpdf"].print();
Does anyone know how to fix this or how to do it in Firefox?