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!

Recent content by Mungossss

  1. Mungossss

    Hiding TR whose childNode has certain value

    Thanks tsuji. innerHTML really made a difference. This is my final code. If it can be written differently please advise but I am happy that it solved my problem. function getlost() { var row = document.getElementsByTagName('tr'); for (var i=row.length-1; i>=0; i--) { var cols =...
  2. Mungossss

    Hiding TR whose childNode has certain value

    Thanks both for your replies! tsuji: I was led to beleive that it does not matter what tag you search for, as long as it is on the page. OK, let's say I have no idea how many tables are on the page, or trs, or tds. I know that select tag is the third one, since there are only 3. :) Should I...
  3. Mungossss

    Hiding TR whose childNode has certain value

    Hi GUYS, I have been following the forum for quite some time and I have to say it is impresive to find so much usefull information. Time and time again if I got stuck I would come here and find an answer and that is great. Now for this problem, unfortunatelly, I did not find a solution, so I am...

Part and Inventory Search

Back
Top