Posted by Harlan Messinger on 10/09/06 18:00
RvT wrote:
> 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 />.
>
<BR> unless you're using XHTML.
[Back to original message]
|