Hi all,
On a image click i have this javascript
Now this inserts blahblahblah into the textarea but erases the textareas content!Code:<script language="javascript"> function smile(){ document.form1.message.value = 'blablahblah'; } </script>
How can i get it to Append it to the end of the text area?
thanks for any help!
b![]()




Reply With Quote