Hello,
i create a fckedito ron my page and want to read the content via javascript
when i use this
alert(document.getElementById("FCKeditor1").value);
i always get the startcontent. When i change the content and alert it again , i get the startcontent , not the changed content. Why? How can i fix this?
i create a fckedito ron my page and want to read the content via javascript
when i use this
alert(document.getElementById("FCKeditor1").value);
i always get the startcontent. When i change the content and alert it again , i get the startcontent , not the changed content. Why? How can i fix this?

RE: get the fckeditor content / JavaScript