I am having trouble getting the contents of a textarea with js. I feel like I\'ve done this many times before without problems but something is throwing it off or I have a
This are your code?
you write document.getElementByID.... and the "D" should be written lowercase "d"
document.getElementByID....
document.getElementById('productdescript').textContent;