meinte:
[snip]
Only forms have an elements collection.
> It is apparent I have little understanding of the way this is supposed
> to work, so any advice you can give me would be appreciated.
Once more:
var table = document.getElementById("myTable");
var inputs = table.getElementsByTagName("input");
var selects = table.getElementsByTagName("select");
var textareas = table.getElementsByTagName("textarea");
....
Either combine those collections or iterate through each of them
seperately. Whether you have a form somewhere is in this case completely
irrelevant.
Gregor
--
http://photo.gregorkofler.at ::: Landschafts- und Reisefotografie
http://web.gregorkofler.com ::: meine JS-Spielwiese
http://www.image2d.com ::: Bildagentur für den alpinen Raum