In IE using getElementsByName() is a problem.
IE always returns the name that is hardcoded into the page.
Even if a javascript function has changed "myName" to "yoName" IE will return "myName"... because that's what it sees is hardcoded into the page.
So if you want to find a name that has already been changed and you try looking for it with getElementsByName() nothing will be returned.
Boooo IE... Boooo once more.
Use Mozilla.
IE always returns the name that is hardcoded into the page.
Even if a javascript function has changed "myName" to "yoName" IE will return "myName"... because that's what it sees is hardcoded into the page.
So if you want to find a name that has already been changed and you try looking for it with getElementsByName() nothing will be returned.
Boooo IE... Boooo once more.
Use Mozilla.