javascript help

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

javascript help

Post by shiznatix »

ok i have a website and it has a listbox with a bunch of names. I want so the list box will be on the left and when you click on a arrow thats next to the listbox on the right it moves the name from the left list to the right list...ill try to draw a picture :P

----------
| adam |
| george |
----------



up | down
-----------
| ralph |
-----------

so if i select ralph and click up it will move ralph to the top list and if i select adam and then click down it will move adam to the bottom list...i know this is super possible just dont know how its done.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Post Reply