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

Reply via email to