|
Posted by RvT on 10/09/06 16:40
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 />.
I am not an ASP man, but I believe it is something like Replace(String,
CHR(13), "<br />"), where the string should be the textarea form field.
Navigation:
[Reply to this message]
|