Alice,
Sorry, I am still confused about what you are trying to achieve.
But I can provide a way to access Cute Editor Text from client side javascript.
// get the editor client ID
var editor1=document.getElementById('<%=Editor1.ClientID%>');
//Get the editor content
var editdoc=editor1.GetDocument();
// Get the editor innerHTML
alert(editor.innerHTML);
//Get the editor InnerText
alert(editor.InnerText);
//Set the editor innerHTML
editdoc.body.innerHTML="your innerHTML here";
//Set the editor InnerText
editdoc.body.InnerText= "your innerText here";
Hope it helps.
Let me know if you have any further questions.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx