shland,
function getHTML()
{
// get the cute editor instance
var editor1 = document.getElementById('CE_Editor1_ID');
//Get the editor content
var editdoc=editor1.GetDocument();
// Get the editor innerHTML
document.getElementById("myTextArea").value = editdoc.body.innerHTML;
}
Please use the following code instead:
function getHTML()
{
// get the cute editor instance
var editor1 = document.getElementById('CE_Editor1_ID');
// Get the editor HTML
document.getElementById("myTextArea").value =editor1.getHTML();
}
Hope it helps.
If there is anything you need from us before your release, please let me know.
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