Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CubanTime

    Printing a .pdf in an iframe

    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=&quot;text/javascript&quot;>function printFrames(){if (confirm(&quot;[Alert]&quot;)) for (var i = 0; i < top.frames.length; i++)...
  2. CubanTime

    Printing an acrobat file in an iframe

    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=&quot;text/javascript&quot;>function printFrames(){if (confirm(&quot;[Alert]&quot;)) for (var i = 0; i < top.frames.length; i++)...

Part and Inventory Search

Back
Top