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
Hi Frederic,
as far as I know there are no limitations on qx.ui.embed.Iframe. You should be
able to set the same source to the widget as you can to an iframe tag.
I just tested the setSource() method in the "Iframe 1" sample in our Demo
Browser. All GET parameters I sent went through in Firefo