PDA

View Full Version : locating object inside of <tr></tr>


frontline
11-07-2002, 03:59 PM
Hello
im running with aloop threw a table with for ( Element in document.all ..blah ..blah )
now every time im getting to <tr> i like to locate the <span> obj inside it ,the case is that there can be not constant amount
of objects between the <tr></tr> and i need only the <span> is there away?
thanks

beetle
11-07-2002, 04:19 PM
Since I'm not really sure how you're doing the looping, lemme see your looping code and I'll show you how to get that SPAN