getting rid of text in TextArea



how do you dynamically get rid of text in a TextArea?

(no way of doing what in JS you would do like this

      textArea.value = "";  ???

thank you..

Frances
.