34,333
edits
Changes
→Obtaining the Current Selection from the JavaScript Select Object
</pre>
When using muliple selection lists the ''selectedIndex'' property will return onbly tyhe first slected item. It is necessary, therefore, to work through the ''options'' array testing each ''selected'' property to ascertain whcih selections have been made by the user.
== JavaScript Password Object ==