I am using TEXTAREA for the 1st time and, after extensive research, I either can't find the information I need or don't understand the information that I've found so I'm here for your assistance, please.
General textarea info: will be used for 1) initial data entry; or 2) to edit the comment; and will limited to 1,000 characters. Using 'submit' button which fires a javascript validate function.
1. I do not want the data entry person to be able to hit enter in the textarea to go to a new line so how can I disable the ENTER button? I'm running into some carriage control problems which may or may not be related to using ENTER.
2. What massaging of the data do I need to do before I send it to the server (i.e. special character handling)?
3. If the data entry person is in the 'edit' function, I want to check the original text against the text that is being submitted to ensure that the text has been changed so that I don't waste a trip to the server if the text was not changed. Is there a way to detect if all the person did was add an additional space between 2 words?
Thanks for your help.
General textarea info: will be used for 1) initial data entry; or 2) to edit the comment; and will limited to 1,000 characters. Using 'submit' button which fires a javascript validate function.
1. I do not want the data entry person to be able to hit enter in the textarea to go to a new line so how can I disable the ENTER button? I'm running into some carriage control problems which may or may not be related to using ENTER.
2. What massaging of the data do I need to do before I send it to the server (i.e. special character handling)?
3. If the data entry person is in the 'edit' function, I want to check the original text against the text that is being submitted to ensure that the text has been changed so that I don't waste a trip to the server if the text was not changed. Is there a way to detect if all the person did was add an additional space between 2 words?
Thanks for your help.