Link to home
Start Free TrialLog in
Avatar of tr5
tr5

asked on

How to write option chosen in "select" to "textarea" element

Hi

I have a form with a select element. When the user makes a selection, I need to write the selection to a textarea element. Every time the user makes a new selection in the select, I need to write it on a new line in the textarea. How would I do this. I am new to Javascript.

Thank you
tr5
ASKER CERTIFIED SOLUTION
Avatar of nabsol
nabsol
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tr5
tr5

ASKER

Yes it is. Thank you.