See the browser demo [1]. It uses a qx.ui.window.Window and in it a qx.ui.embed.Iframe [2] to load a URI. You can listen on the Iframe's "load" event to know when the URI has loaded, and use the .getBody() method to retrieve the iframe's DOM.
T. [1] http://demo.qooxdoo.org/current/demobrowser/#showcase~Browser.html [2] http://qooxdoo.org/documentation/1.0/widget/iframe On 03/22/2010 10:27 PM, [email protected] wrote: > Hello, > i try to open a new window : > > var url = "http://www.test.de"; > var options = { > width: 800, > height: 600, > top: 100, > left: 100, > scrollbars : false, > menubar : true, > status : false > }; > var window = qx.bom.Window.open(url, "window", > options, true); > > > but the script stopped if the window open and continoued when the > window i closed:( > > I need to open a window, wait if the content is laoded and manipulate > the content. Is this possible? And how? > > hanks for answer > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
