Frederic Beuserie wrote: > > iframe.setSource("http://www.test.com") is working well but i cannot > manage to put a full uri like "http://www.test.com?p1=v1&p2=v2". >
Have you tried "test.com/"? The web server may be (internally or explicitly using HTTP 300 status codes [1]) redirecting your "test.com" to "test.com/" or "test.com/index.html" and discarding the query ("?p1=v1&p2=v2") part during the operation. This can be a web server limitation (I've already crossed a similar issue in the past)... Try using the full path (http://test.com/index.html?p1=v1&p2=v2) and comparing the results. Also, qooxdoo has support for parsing the URL (qx.allowUrlSettings), which has been disabled in recent 0.7.3 release by default [2]. You may be suffering from some weird interaction with these if you use an older version of the framework. Hope this helps, Helder Magalhães [1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3 [2] http://qooxdoo.org/about/release_notes/0.7.3#core_classes -- View this message in context: http://www.nabble.com/qx.ui.embed.Iframe%28%29.setSource-and-GET-HTTP-tp15154959p15163998.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel