nikhilpen
08-27-2004, 09:27 AM
Hello all,
I am looking for a way to get the total number of selections made in a multiple selectable dropdown.
document.formName.dropdown.options.length gives the total size,but not the selected size.
Also is there a way to prevent multiple selects?say I want the user to select a maximum of 6 values.
Thanks in Advance
I am looking for a way to get the total number of selections made in a multiple selectable dropdown.
document.formName.dropdown.options.length gives the total size,but not the selected size.
Also is there a way to prevent multiple selects?say I want the user to select a maximum of 6 values.
Thanks in Advance