Start Browse manually not working in firefox

  •  09-18-2009, 9:58 AM

    Start Browse manually not working in firefox

    Hi,
     
          I'm trying to manually start the browsing window.  I'm using the following code, which works in IE:
        
    this.ClientScript.RegisterStartupScript(this.GetType(), "startBrowse", "function CuteWebUI_AjaxUploader_OnInitialize(){var hidden=this;hidden.startbrowse();}", true);
     
    I've set the UploadType to IFrame.  Again, this works in IE perfectly, but I can't get the browse window to open in firefox.  Any Ideas?
View Complete Thread