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 bkrike 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 simraja

  1. simraja

    getElementsByName works great in netscape, not so for ie?

    OK... I stand mistaken. I tried getElementsByName() in IE 5.5 and it worked perfectly when checking: alert(document.getElementsByName("tabBody").length) I had two divs named just like yours and it alerted 2. In Netscape 7 pre release... I got 0. I know this is contrary to what...
  2. simraja

    getElementsByName works great in netscape, not so for ie?

    use getElementById() Not sure what this code is supposed to do... but I think it will cause an error. You have two divs with the same name. Is that legal? I didn't think you could get a .length on a div. I have used this before...

Part and Inventory Search

Back
Top