joelwenzel
Programmer
- Jun 28, 2002
- 448
I am trying to retreive a collection of elements using
document.getElementsByName(name)
The problem is that netscape returns the elements while internet explorer does not. The elements I am trying to retreive are <div>
Is there some other way to retreive them in IE besides getElementById <i>I don't want to have to give each element a different id</i>
document.getElementsByName(name)
The problem is that netscape returns the elements while internet explorer does not. The elements I am trying to retreive are <div>
Is there some other way to retreive them in IE besides getElementById <i>I don't want to have to give each element a different id</i>