|
i am not to famialr with JavaScript, but if they have a string replace function, you could do this. Have it find "\n", and replace it with "<br>", and u can call it from your form submit button like, onClick="ReplaceFunc(mytextarea);" or something like that. you would have to go see how to do it in javascript.
|