questor
07-03-2006, 04:33 PM
This is what I'm trying, and I'm getting nothing out of it:
var allSelectBoxes = document.getElementsByTagName('<select>');
for (i=0;i<allSelectBoxes.length;i++) {
alert(allSelectBoxes[i]);
}
var allSelectBoxes = document.getElementsByTagName('<select>');
for (i=0;i<allSelectBoxes.length;i++) {
alert(allSelectBoxes[i]);
}