Update - are you using Opera 9.6x? Maybe you're seeing this bug: http://stackoverflow.com/questions/4112631/focus-with-cross-domain-ajax-in-opera
On Dec 10, 9:44 am, blueklein76 <[email protected]> wrote: > It sounds like a cross-site scripting (XSS) problem. Take a look in > the hidden iframe that APE creates, and see if the iframe head > contains the lines: > > <script> > document.domain = "domain.nld" > </script> > > If not (or if it's not correct) then try setting the domain on the > server in ape.conf > > On Dec 9, 2:08 pm, Mathieu <[email protected]> wrote: > > > And the tips is ... > > > APE.Config.transport = 1; > > // Opera priceless -_- > > if (typeof(window.opera) != 'undefined') APE.Config.transport = 2; > > > It's ugly but if someone have a better solution -_-? -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
