Jump to content

Textarea - onkeydown


phpnewb999

Recommended Posts

I have a form with a textarea.  On submission of the form, everything within the textarea would be echoed on the next page.  The only thing is that everything that is echoed out is in one continuous line.  I want it so that when someone presses enter, there would be a break. 

Something like this form when starting a new topic or replying.  Where i can hit enter and when displayed on the forum, it is on a new line.  What i have done so far is onkeydown event call to check if the enter key is hit, if so do obj.value += '<br>'.  What this does is add <br> at the end of the textarea.  How can i get it so that <br> will not appear and also be placed anywhere in the textarea when entered is hit.

Thanks in advance.
Link to comment
https://forums.phpfreaks.com/topic/16608-textarea-onkeydown/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.