capturing CRLF
hi,can you guys help me out how to capture CRLF using javascript?
[79 byte] By [
johngrga] at [2007-11-27 5:48:19]

# 4
Textfields can only capture one line of text. No carriage returns allowed.Pressing return in a textfield is equivalent to clicking the default "submit" button.If you need carriage returns in the values, then you need to provide a textarea component to enter the data into.