7 Replies Latest reply on Aug 26, 2007 5:10 PM by sherman04

    Remoting.js error on Firefox 2

    sherman04

      I've got an onunload handler at a page which issuing an ajax call to SFSB to clean up something and no callback. It runs well on IE but raises error on Firefox saying "Seam is not defined". Actually all works are done properly. The only thing might be that asyncReq.onreadystatechange = function() Seam.Remoting.requestCallback(asyncR...) at Remoting.js gets executed after SFSB returning but at this stage the page is already unloaded and the script doesn't existing at all. Any idea to fix this.

      Here is a relevant link talking about it: http://www.ghastlyfop.com/blog/2007/01/onreadystate-changes-in-firefox.html