Re: Image Editor needs to popup on window.top (rather than current frame)

  •  01-18-2010, 9:07 PM

    Re: Image Editor needs to popup on window.top (rather than current frame)

    Hi geewhizbang,
     
    Try use UseStandardDialog, like below.
     
     <CE:Editor ID="Editor1" runat="server" UseStandardDialog="true">
                </CE:Editor>
     
    Regards,
     
    Ken
View Complete Thread