we are using ASP Cute Editor control. When we are calling cuteEditor.SetHTML() method to set the HTMLtext, it is throwing error in IE6.
Browser closes abruptly after this method call. Code is working properly in IE8.
When I keep the alert() messages in the code after setHTML statement, it is working properly in IE6.
Below is code snippet.
var editor1 = document.getElementById('CE_scr_resp_new'+intIndex+'_ID');
// Set the editor editor1.setHTML(strResponse);
editor1.SetActiveTab("View");
editor1.ShowBottomBar = "False";
Could anyone Please help me on this.
Thanks in advance