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?
Post a Comment for "Textarea.textcontent Is Not Changing"