Re: Could not get the cute editor instance

  •  08-18-2006, 1:20 PM

    Re: Could not get the cute editor instance

    Hi Adam,
     
    Thanks for your reply.
     
    I changed
     
     var editor = document.getElementById('<%=Editor1.ClientID%>');
     
    to
     
     var editor=window.dialogArguments;
     
    It seems to work fine now!
     
    Does that mean"var editor = document.getElementById('<%=Editor1.ClientID%>');" will no longer work?
     
    Alice
View Complete Thread