I was just thinking of a way in javascript and ended with:
onclick="alert(document.getElementById('textarea').value);"
but im getting the initial value of the textarea, not the changed text. I just know some simple basic stuff in javascript so if u can explain it well and possibly provide some code, it would be great.
EDIT: Probably i had to mention im using TinyMCE editor as my textareas.