How to do Drag and drop in single listbox through javascript or AJAX

by

 

Hi friend

I am having single listbox its contain some data like(one,two,three,four), i want
to drag and drop action in listbox.

Example:-
first time it's looks like this

one
two
three
four


if i drag one to four (after drag and drop action) it'll display

two
three
four
one


now if i drag three to four (after drag and drop action) it'll display

two
four
three
one

Please help me it's urgent.



Posted on Sep 16, 2008, 12:21 AM

Respond to this message

Goto Forum Home

Find more forums on JavaCreate your own forum at Network54
 Copyright © 1999-2009 Network54. All rights reserved.   Terms of Use   Privacy Statement