How to print a PDF in Firefox?
This function works in Chrome but not in Firefox
function print_pdf(url){ var id = \'iframe\', html = \'
I haven't use this for a while, but this what I was used to do to print pdf's from an iframe...
function printfile() { window.frames['objAdobePrint'].focus(); window.frames['objAdobePrint'].print(); } Print