User Profile

Collapse

Profile Sidebar

Collapse
Amirtha
Amirtha
Joined: Dec 3 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • previously i tried this code. but this is not a good approach

    [HTML]<html>
    <head>
    <script language="JavaS cript">

    function AddItem()
    {
    var i = document.getEle mentById('Combo box1').selected Index ;
    var a = document.getEle mentById('Combo box1').options[i].text;
    document.getEle mentById('Combo box2').add(new Option(a,a))
    ...
    See more | Go to post
    Last edited by acoder; Jul 30 '08, 10:44 AM. Reason: Added [code] tags

    Leave a comment:


  • in my clge they have given a task to transfer the item from one listbox to another listbox. while working , i got an idea to use the drag and drop method. but i dono how to do tats y i asked for help. pls give me ur idea on how to do it....
    See more | Go to post

    Leave a comment:


  • Drag and Drop from one dropdown listbox to another

    hi frnds,

    I need ur help .im new to the javascript. i want to drag and drop an item from one dropdown listbox to an another dropdown listbox.i dont know how to do this. if possible means plz help me by giving ur suggestion
    See more | Go to post
No activity results to display
Show More
Working...