Hi Peng, welcome to qooxdoo!
First, lets focus on qx.io.request.Xhr. Its the most recent implementation and qx.io.remote.Request is only included for backwards compatibility. We have a playground [1] where you can try out code. Perhaps you can share what you've come up so far? Also make sure to take a look at the corresponding section in the manual [2]. While reading, please note the implications of cross-site requests, it may well explain your problem. Its a little strange that your code only works in IE, though. Still, I'm sure we'll find out why so please tell us more. [1] http://playground.qooxdoo.org [2] http://manual.qooxdoo.org/1.5.x/pages/communication/request_io.html Am 17.11.2011 um 14:30 schrieb friendbird: > hello, > > I'm a new qooxdoo'er. I have a question or problem with browser. > > I try use "qx.io.remote.Request()" or "new qx.io.request.Xhr()" for read > some data from a page PHP. > The program run totally good with Ms Internet Explorer8 and acapche. But > with Firefox 8.0, it don't run. > So someone knows the raison and do you have a solution ? > thanks and have a good day. > > Peng > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Problem-with-browser-tp7004111p7004111.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
