Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

[JSP] drag drop capability in a jsp is this possible ?

temp temp

2007-03-22

Replies:

  I want a jsp page which should have the capability to drag and drop  in the sense suppose I have a two list  
   


<select size=3 >

    <option>California -- CA</option>

    <option>Colorado -- CO</option>    

    <option>Conneticut -- CN</option>

</select>
   
   
<select size=3 >

    <option>C -- CA</option>

    <option>C -- CO</option>    

    <option> Conneticut -- CN</option>

</select>
   
   
    I want to shuffle the contents of the lists using mouse drag  and drop is it possible  ?  and any hints of achieving this ?
    Thanks & Regards


 

---------------------------------
No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.
©2008 junlu.com - Jax Systems, LLC, U.S.A.