OK now I need a little help.
I want to add content to a
tried with: document.getElementById('text').value='SOMETHING';
but didn't work
[edit] getElementById('text').innerHTML=''; Works, but if I edit the inserted text, or delet it, then it doesn't work anymore
I nned to check If textarea has something written in it, then just add it to the end of textarea, not replace the whole content! ELSE, just add it
Thanks!