How to remove selected value from a readonly multivalue field, on clicking the button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • varshaP
    New Member
    • Feb 2008
    • 6

    How to remove selected value from a readonly multivalue field, on clicking the button

    Hi..

    How to remove selected value from a readonly multivalue field, on clicking the button ?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Post your code (even if only the HTML).

    Comment

    • varshaP
      New Member
      • Feb 2008
      • 6

      #3
      i dont hav that..working on lotus notes ..

      I have a multivalue field .. with values separated by a new line character '\n'.. and one button is der which will remove the selected value .. i want to implement the same one with Java script ..

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        I assume by multivalue, you mean a textarea.

        You may find
        this recent thread useful.

        Comment

        • varshaP
          New Member
          • Feb 2008
          • 6

          #5
          Originally posted by acoder
          I assume by multivalue, you mean a textarea.

          You may find
          this recent thread useful.
          Thanks a lot..!!.. it worked fine :)

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            You're welcome. Glad to hear that you got it working. Post again if you have more questions.

            Comment

            Working...