I want to print the page that I put in the iframe, but I donโt want the content to appear on the web page, but the print button does not work when I put the iframe to display = 'none'
what i did: - I set iframe style = 'none'
"name =" frame1 ">
<input type="button" onclick="frames['frame1'].print()" value="print!">
how can I print the contents of the iframe without displaying it on the web page or say keeping the ifram hidden
really appreciate any help .....
html css ajax php iframe
jarus
source share