Hello,

I was wondering if it is possible to get the content of an iFrame in
qooxdoo. F. i. if i have this code:

----------------------

var iframe = new qx.ui.embed.Iframe("http://www.qooxdoo.org";);

iframe.addListener("load", function(e){
  this.debug("loaded: " + iframe.getBody().innerHTML);
});

this.getRoot().add(iframe);

---------------------

nothing happens. iframe.getBody() always returns null. Why is that? And is
there any other way to extract the iframes content?

Best Regards,
Mig
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Embedded-Iframe-Content-innerHTML-tp5739585p5739585.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to