CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2009
    Posts
    54

    Plain HTML,javascript question

    I dont know where else to post.
    I have a textarea in which I want to be able to drag and drop values. These values are one of many pre-defined values. For explanation sake lets say in another html element(s) (table, labels, textboxes or anything) I display "one","two", etc. User should be able to drag and drop from here onto the textarea, and when they do, I want the value dropped at the cursor location to be "1","2" etc. Please assist how I can get this done.
    This is highly important, I can wire some money to your account if you help.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Plain HTML,javascript question

    [ moved thread ]
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: Plain HTML,javascript question

    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured