Comment 18 for bug 394912

Revision history for this message
nikunjmulani (nmulani) wrote :

Hi,
I am getting similar issue with firefox 3.5.3 (ubantu).

Please review following code

function onSubmitPage() {

          XMLHttpRequest req = new XMLHttpRequest();
          req.onreadystatechange = processStateChangeForElement;
          try {
               req.open("POST", url, true);
          } catch (e) {
          }