I was using onKeyDown to change Enter to Tab. However, in a textarea, this
prevents a CRLF from being entered and just moves you to the next field. So
I thought if I put an onKeyDown on the textarea and pass a parameter that
effectively just tells it to do nothing in that case, then the onKeyDown on
the textarea would override the one associated with the body tag. No luck,
though. What would be the proper technique here?
Thanks for any help,
Russell Campbell
prevents a CRLF from being entered and just moves you to the next field. So
I thought if I put an onKeyDown on the textarea and pass a parameter that
effectively just tells it to do nothing in that case, then the onKeyDown on
the textarea would override the one associated with the body tag. No luck,
though. What would be the proper technique here?
Thanks for any help,
Russell Campbell
Comment