I have a scroll box that allows multiple selections. Something like:
<select size=4 multiple name=xyz>
Now, when i show the form i default select one of the entries. If
the selected entry is further down the list it won't be seen by
the user. Is there a way i can make the selected entry appear
in the visible portion of the select box??
<select size=4 multiple name=xyz>
Now, when i show the form i default select one of the entries. If
the selected entry is further down the list it won't be seen by
the user. Is there a way i can make the selected entry appear
in the visible portion of the select box??
Comment