Why doesn't document.getElementByID() work when you put the id of the textarea in?
i.e. var x=document.getElementByID("test")
Assuming of course that you give your textarea the id of test.
I simply want to retrieve/get the data typed into the editor and display it somewhere else on my change via onchange, onclick or anything just as a test ...
i.e. var x=document.getElementByID("test")
Assuming of course that you give your textarea the id of test.
I simply want to retrieve/get the data typed into the editor and display it somewhere else on my change via onchange, onclick or anything just as a test ...
Re: Get value of textarea id