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. miregistered

    Alternate color of a table's rows!

    Thanks a lot! That did the job!
  2. miregistered

    Alternate color of a table's rows!

    Hello, I found the following script on the net: <script type="text/javascript"> function alternate(id){ if(document.getElementsByTagName){ var table = document.getElementById(id); var rows = table.getElementsByTagName("tr"); for(i = 0; i < rows.length; i++){...

Part and Inventory Search

Back
Top