Hi,
this thread is getting longer by the minute...
I may be wrong, but I think your original problem is rather easily
solved, as it is not related to the button's click or execute event:
yourQxIframeInstance.getContentWindow().yourGlobalFunctionInTheIframeDocument()
You don't have to or even should use non-qooxdoo DOM methods (like the
frames[] stuff mentioned). Of course, you have to make sure that the
iframe's document has loaded and is ready for being accessed. Therefore,
you may want to use an event handler for the "load" event of your QxIframe:
yourQxIframeInstance.addEventListener("load", function(e) { ... });
As a reminder: cross-domain security policies of all browsers will not
allow you to access anything inside an iframe document that is delivered
from a different domain than the parent document's domain.
Bye,
Andreas
sharmaprateek wrote:
> @ Derrell
>
> Hello Sir..
>
> Yes the event is 'click' and I already tested it with a few alert messages..
> I also tried top.frames as you suggested but to no avail..
>
> Any other way out of this big problem ?
>
> Please help!
>
> Regards,
> Prateek.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel