3
There's an OnBlur event, which is triggered when an element loses focus. But that still doesn't solve the problem.
Also, OnChange is better than OnBlur in this case, since if no change is made to the textarea, there's no need to warn the user to submit the form.