Posted by RvT on 10/09/06 16:37
Tony WONG wrote:
> the input is captured in <textarea>
>
> there are line breaks.
>
> how to display line breaks when using response.write? Thanks a lot.
>
> tony
A line break is represented by chr(13), so you have to replace chr(13)
by a <BR />.
[Back to original message]
|