Browse button disabled in iframe (oxae is null?)

Last post 07-24-2011, 10:12 AM by Adam. 6 replies.
Sort Posts: Previous Next
  •  10-07-2010, 3:45 AM 64346

    Browse button disabled in iframe (oxae is null?)

    Hello there
     
    Does this situation sound familiar?
     
    The following problem only occurs in firefox.
     
    In my current website, I want to make an iframe that points towards a web app in which I use ajax uploader.
     
    When I test it, with the demo application on 
    http://www.ajaxuploader.com/demo/simple-upload.aspx
     
    When the app loads in the iframe,the browse button is disabled. (When I surf directly to  the url everything works)
     and I catch a very weird error message in  firebug saying: Oxae is null (without any code references)
     
    Thanks
  •  10-08-2010, 10:53 PM 64365 in reply to 64346

    Re: Browse button disabled in iframe (oxae is null?)

    Hi dyte,
     
    It works fine for me, I just add a simple iframe like below in the page and test it.
     
    I test on firefox 3.6.10 on vista.
     
       <iframe src="http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx"
                width="1000" height="500"></iframe> 
     
    Which version of firefox you are using? Do you have the same issue on another browsers/pc? 
     
    Keep me posted.
     
    Regards,
     
    ken 
  •  10-12-2010, 2:39 AM 64403 in reply to 64365

    Re: Browse button disabled in iframe (oxae is null?)

    Okay, I placed the iframe as first element in the body of the page, and it works.
     
    So apparently, depending on where I place the iframe on the page, I get this strange "oxae is null" error, disabling the browse button.
    Weird thing is that neither on google, I find any info on this error.
     
    Oh well, I'll puzzle around some more with the html elements, should find a solution that works.
     
    Thanks
  •  06-17-2011, 2:02 PM 68029 in reply to 64403

    Re: Browse button disabled in iframe (oxae is null?)

    I am experiencing the same thing.  In FireFox, I have AjaxUploader in an iframe that is contained inside an ajaxToolkit:TabPanel.  The Upload button stays gray/inactive.  The CuteWebUI_AjaxUploader_OnInitialize event does fire, but the button remains grayed out.  If I navigate to the uploader page (outside the Iframe) then AjaxUploader works fine - button is available.  Inside IFrame it remains gray.  Since the Iframe is contained within the ajaxToolkit:TabPanel I can't make it the first html element after the body tag!
     
    FireFox: v 3.6.17
    AjaxUploader: v  3.0.0
    OS: Windows Vista
     
    FireFox javascript debugger reports this: Error: Oxba is null
    Any help would be greatly appreciated!
  •  06-20-2011, 1:27 PM 68050 in reply to 68029

    Re: Browse button disabled in iframe (oxae is null?)

    Update:
     
    Reverting from

    v 3.0 20110321
    to
    v 3.0 20090910

    fixed the problem.

  •  07-22-2011, 2:11 AM 68743 in reply to 68050

    Re: Browse button disabled in iframe (oxae is null?)

    Hi,
     
    We can reproduce it via this code
     
    <html>
    <body>
     <h1>
      test</h1>
     <button onclick='document.getElementById("iframe1").style.display=""'>
      ShowIframe</button>
     <br />
     <div>
      <iframe src="large-file-upload.aspx" width="1100" height="700" style="display: none"
       id="iframe1"></iframe>
     </div>
    </body>
    </html>
     
    The reason is that the iframe is hidden , and the script in the iframe not works.
     
    We have fixed it, and will provide an update soon.
     
    Regards,
    Terry
     
  •  07-24-2011, 10:12 AM 68812 in reply to 68050

    Re: Browse button disabled in iframe (oxae is null?)

    This issue is resolved.
     
    Please download the latest build then try again.
     
    Keep me posted

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML