replace(form.value, chr(13)&chr(10), "<br />", "all")
On 8/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi list, > I have the following > in a textarea (form): > > name1 > name2 > name3 > > and I want to output > the values of the field > exaxtly the same like: > > name1 > name2 > name3 > > not like: name1 name2 name3 > > How can I catch the CR after > every line ? > > Uwe > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251144 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

