hi,
i have an input-field where the user can write some text. How can i change the enters in his text in <br>?
can i use replace.("*something*","<br/>") or what is the best solution?
tnx
hi,
i have an input-field where the user can write some text. How can i change the enters in his text in <br>?
can i use replace.("*something*","<br/>") or what is the best solution?
tnx
i've found it: replace(string.fromCharCode(13),"<br />")
* topic can be closed *
Bookmarks