Skip to content Skip to sidebar Skip to footer

Textarea.textcontent Is Not Changing

I have a select object whose onChange event is calling this method: function universeChange() { var select = document.getElementById('universeSelect'); form = document.getElem

Solution 1:

Have you tried using the .value attribute to change the text?

https://www.w3schools.com/jsref/prop_textarea_value.asp

Post a Comment for "Textarea.textcontent Is Not Changing"