Append content to text area with JavaScript

 

 

Append text to textare using JavaScript

 

document.getElementById("testAreaId").value += 'Some text';

Tags:

Share:

Related posts