Hi all,

On a image click i have this javascript

Code:
<script language="javascript">
	function smile(){
	document.form1.message.value = 'blablahblah';
	}

</script>
Now this inserts blahblahblah into the textarea but erases the textareas content!
How can i get it to Append it to the end of the text area?

thanks for any help!
b