I have an HTML file with one iframe to list some items. The title of the items are out of iframe and items are in iframe. But when it is viewed both are shown in a screen.
I want to print the title and the contents in iframe together.
when i use window.print() I can print titles seperately and items in another print. Can I print the content of the entire screen without opening them in a new window ?