var editor1 = document.getElementById('<% = cmsKeyImprovement.ClientID%>');
var contentInstance = editor1.GetDocument();
var content= contentInstance.body.innerText
Hi there,
above code works fine in IE but not Firefox which reports an error"contentInstance.body.innerText is undefined"
pls help