TextArea with linebreaks

admin

Administrator
Staff member
I'm putting info in a <textarea> value using a javascript function I'm making, in which the variables are the values of the previous textareas.

The problem is, in the function I want it to write a line break within the <textarea>, but placing a line break in the middle of a javascript function code completely messes up the code!

Any other way to do this?
 
Back
Top