<TEXTAREA> into simple

liunx

Guest
Hi there....<br />
<br />
I have this TEXTAREA on my HTML and enter some text.<br />
<br />
After entering text I want to convert this text into at simple <INPUT type="text"><br />
<br />
I have this problem :<br />
If I enter text containing <CR> my end result only contains the text entered until the first <CR> apear.<br />
<br />
So how do I remove all <CR> from the >TEXTAREA> text ?<br />
<br />
Best regards<br />
<br />
Mr. Lars Henrik Andersen<br />
:newbie:<!--content-->is <cr> a carriage return?? those are \r\n and you will have to remove them by serverside language. I don't believe javascript can do that but I could be wrong. :P<!--content-->
 
Back
Top