Hi,
If I were to create tags with the same ID name and would like to dynamically change the contents of each tag with that name, how can this be done in IE and NS4+ ?
getElementById is used to refernece one tag.
getElementsByName is used in IE ONLY.
I don't know about NS...
Can you help?
If I were to create tags with the same ID name and would like to dynamically change the contents of each tag with that name, how can this be done in IE and NS4+ ?
getElementById is used to refernece one tag.
getElementsByName is used in IE ONLY.
I don't know about NS...
Can you help?
Comment