To avoid JSF set document.domain value, I changed transport method to JSONP,

through add tranport: 2 in client.load();

            client.load({
                'domain':APE.Config.domain,
                'server':APE.Config.server,
                identifier:'pusher',
                transport: 2,


Firefox, and chorm works fine, except IE(I'm use ie7.0).

I added alert(resp) in APE.Transport.read() function.  other browser alert
raw ok, IE don't.

There is no js error, I can't catch request and monitor dynamic DOM under
IE, somebody can help me pls?

-- 
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/

To unsubscribe, reply using "remove me" as the subject.

Reply via email to