Hi,
Can anyone tell me how I can do this? I need to vaidate them before the form is sent.
I can get the html collection object by using:
var w00t = document.getElementById('equipmentlist'+i).getElementsByTagName('select');
alert(w00t.length);
Can anyone tell me how I can get the number of instances? If i use the length property it just gives me the number of options in the list.
Thankyou


Reply With Quote
Bookmarks