[thelist] DOM - Retrieving child nodes using a compound expression

Roger Ly evolt at matchpenalty.com
Thu May 12 12:55:01 CDT 2005


Ken,

Typo in your code:

  var inputs =
document.getElementById("questiona").getElementstByTagName("input");

Should be getElementsByTagName (without the extra "t" after "getElements"

Roger

 



More information about the thelist mailing list