(how to) replace old content by dropping new into text input

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • przemek
    New Member
    • Oct 2007
    • 6

    (how to) replace old content by dropping new into text input

    In HTML forms, how to make standard drag and drop from input A to B replace content of B completely (not just insert selection from A into old string of B) ?
    Thanx
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Welcome to TSDN!

    You could try using the cloneNode() method.

    Comment

    Working...