Hi folks,
I am currently getting/setting values in an HTML table with:
document.getEle mentById(id).ch ildNodes[0].nodeValue
where "id" is the id of the <td> tag of the cell.
This works, groovy.
However, I have a few <td> tags that could have the same ID's but in
different forms of the document.
How do I gain access to those "elements" if the ID's are ambiguous and I
know the name of the form? Also, what says the jury for non-unique ID's in
the same document?
many thanks in advance,
Abdullah
I am currently getting/setting values in an HTML table with:
document.getEle mentById(id).ch ildNodes[0].nodeValue
where "id" is the id of the <td> tag of the cell.
This works, groovy.
However, I have a few <td> tags that could have the same ID's but in
different forms of the document.
How do I gain access to those "elements" if the ID's are ambiguous and I
know the name of the form? Also, what says the jury for non-unique ID's in
the same document?
many thanks in advance,
Abdullah
Comment