Hi, you'll need to add the Iframe to your DOM for any loading to occur. Try to hide the Iframe instead.
One thing you should be aware of is that the same-origin-policy [1] applies to Iframes. In effect, you cannot access the content of Iframes of "other" origin; not even retrieve the current URL. Can you retrieve the data you need via a web service? Just a thought. Tristan [1] http://en.wikipedia.org/wiki/Same_origin_policy Am 07.02.2011 um 00:31 schrieb jraulperez: > > Hi > > I have noted that the element qx.ui.embed.Iframe only goes to the website, > not when you change the setSource. It change when you (after put the url) > add the iframe in the window root... this is normal behaviour? > > I'm trying to navigate in "background" with the iframe, putting some data I > need inside others qx.ui.embed.Html, so, I don't want that people can see > the iframe... > > By the way.. I didn't find a way to return all the content of the iframe as > a html string.. this is possible? > > Thanks > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/qx-ui-embed-Iframe-only-loads-when-I-add-it-in-window-tp5998757p5998757.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ The modern datacenter depends on network connectivity to access resources and provide services. The best practices for maximizing a physical server's connectivity to a physical network are well understood - see how these rules translate into the virtual world? http://p.sf.net/sfu/oracle-sfdevnlfb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
