Dear annoyingmouse,
The following function set the content to CuteEditor.
function setHTML()
{
// get the cute editor instance
var editor1 = document.getElementById('<?php echo $ClientID;?>');
// Set the editor
editor1.setHTML(document.getElementById("myTextArea").value);
}
Thank you for asking