OK, I found it in the archives in here.
Thanks!
Walter
> -----Original Message-----
> From: Walter Torres [mailto:walter@t...]
> Sent: Friday, January 17, 2003 1:42 PM
> To: javascript
> Subject: [javascript] Ideas on moving items in a list
>
>
> I need to create a scrolling pick list...
>
> for example, 6 items...
>
> <select name=3D"" size=3D"6">
> <option>1
> ....
> </select>
>
> Now I need to allow the user to select one of the items and
> move it up or down in the order within the select box.
>
> For some reason this is proving beyond me.
>
> Anyone have any pointers?
>
> Walter
>
>
>