We have a html page having some html content & also one iframe. I need to add a print functionality to print the whole page with the iframe content also. I have tried window.print() function, but it leaves the iframe contents. Can anybody suggest me way to print it using javascript?
Cheers!!