1 Reply Latest reply on Apr 6, 2009 7:07 PM by nbelaevski

    IFrame instead of XMLHttpRequest for IE6

      Hi there,

      I would like to contribute some code, let's call it "no-activeX-fall-back" solution.

      Problem: The XMLHttpRequest object in IE6 is an ActiveX object. Is ActiveX disabled, then it is not possible to use XMLHttpRequest for AJAX.

      As a workaround, you can replace XMLHttpRequest with iframe-based solution.

      I would like to adapt my solution for Richfaces. My question to the community drivers / richfaces Developers: What is the best entry-point to extend Richfaces-Codebase with additional fall-back initialisation?

      Greetz,

      Alexeev