|
 |
asp_web_howto thread: RE: Carrying over the Carriage Returns from a Textarea field
Message #1 by "Mohd J. Alam" <alam@s...> on Fri, 22 Jun 2001 16:47:08 -0500
|
|
How to carry over the carriage returns from a Textarea form input to a
forwarding asp page. I am trying to show the inputs as a preview, but it
seems like the result loose all its carriage returans, and make one long
strings of characters.
Does anyone have any idea, how I can resolve this?
Help!
Thanks
alam
Message #2 by Pieter Schutte <psc@a...> on Mon, 25 Jun 2001 09:21:15 +0200
|
|
Response.write Replace(Request("textarea1"), vbCrLf, "<br>")
-----Original Message-----
From: Mohd J. Alam [mailto:alam@s...]
Sent: Friday, June 22, 2001 11:47 PM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Carrying over the Carriage Returns from a
Textarea field
How to carry over the carriage returns from a Textarea form input to a
forwarding asp page. I am trying to show the inputs as a preview, but
it
seems like the result loose all its carriage returans, and make one
long
strings of characters.
Does anyone have any idea, how I can resolve this?
Help!
Thanks
alam
|
|
 |