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 Chriss Miller 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. CharlesHolley

    Hiding items when printing

    Place this script in your header. Use the div tag "<div id="printReady">" for the area you want printed... and end BEFORE your print button. <script language="JavaScript"> var gAutoPrint = true; function printSpecial() { if (document.getElementById != null) { var html =...

Part and Inventory Search

Back
Top