Re: Trying to use your file dialog box with a new custom control

  •  01-22-2005, 10:30 PM

    Re: Trying to use your file dialog box with a new custom control

    Phil:
     
    Please try this way :
     
    var img=document.createElement("IMG");
    var url=showModalDialog("CuteSoft_Client/CuteEditor/Dialogs/InsertGallery.aspx?settinghash=<%=Editor1.Setting.GetHashString()%>", img,"dialogWidth:670px;dialogHeight:650px");
    if(url)
    {
       //..
    }
     
    Regards , Terry .
View Complete Thread