Hi
I'm using this script to print out the contents of an iframe:
But on some older versions of Internet Explorer it seems to be printing the whole page, not just the iframe. Does anyone know a way of ONLY printing the iframe?
Thanks
Dan
I'm using this script to print out the contents of an iframe:
Code:
<a href="javascript:window.print()">Please click here to print</a>
But on some older versions of Internet Explorer it seems to be printing the whole page, not just the iframe. Does anyone know a way of ONLY printing the iframe?

Thanks
Dan