I have a number of documents which have up to 30 iframes in them. I use the following function to print all of them via one button:
<script type="text/javascript">function printFrames(){if (confirm("[Alert]")) for (var i = 0; i < top.frames.length; i++)...
I have a number of documents which have up to 30 iframes in them. I use the following function to print all of them via one button:
<script type="text/javascript">function printFrames(){if (confirm("[Alert]")) for (var i = 0; i < top.frames.length; i++)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.