Facing problem in safari & chrome

  •  02-11-2011, 8:39 AM

    Facing problem in safari & chrome

    Eric/Adam,
    I am facing a wierd issue in Safari, when we are trying on set the text with setHTML() method in widow.onload its not loading the text (showing me undefined). Not sure what wrong in this below is the piece of code I am using.
     
     
    window.onload = function() {
                var editor = document.getElementById('<%=cuteEditor1.ClientID %>');          
                editor.SetHTML(docContents);
            }
     
    please let me know your thoughts or solution.
     
    Thanks,
    Sanjay
View Complete Thread