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.

Reply via email to