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 Chris 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. beautifulmind84

    2 print buttons to print user friendly version with asp.net

    this works with html, but not with asp.net, why? <LINK REL="alternate" MEDIA="print" id="PrintLink" HREF="1.htm"> <script> function printPage(item) {document.getElementById('PrintLink').href=item.getAttribute('page'); window.print();} </script> <input name="1" type="button" value="Print this...

Part and Inventory Search

Back
Top