I'm wondering how I can automatically select all options in a multiple select box when the page loads. That is, not actually submit the form or anything, just highlight all options in the list.
Is there some Javascript I can run onLoad that will take care of this.
<select multiple name="selectNames" size="10">
<option value="#dynamic.value#">#dynamic.value#</option>
</select>
Is there some Javascript I can run onLoad that will take care of this.
<select multiple name="selectNames" size="10">
<option value="#dynamic.value#">#dynamic.value#</option>
</select>