Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Ideas on moving items in a list


Message #1 by "Walter Torres" <walter@t...> on Fri, 17 Jan 2003 13:42:23 -0600
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
>
>
>


  Return to Index