I know there are a ton of questions here about printing IFrames. I have gone through most of them and I am not getting them to work. Many of them are from years ago and I afraid maybe they're outdated?
I am embedding a Google Doc (so cross-domain might be an issue) in a page and I am trying to find a cross browser solution that works to print the content of the IFrame. I am somewhat new to javascript so I would need some help with the complete function syntax and the syntax for the html to call the function. I've tried all kinds of things, nothing seems to work. My IFrame id is "policy".
Thanks,
Dave
You will not find a way to print the contents of the iframe from a main page no matter what you try. It will always fail as a security violation. Either the page in the frame must contain print functionality, or you can bring the page in without the frame and print using the browser or print screen.
Cd&