Howdy! sharmaprateek wrote: > Wow! That worked like a charm.. thanks a lot sir.. > > I have one more query.. wat if i want to execute a qooxdoo function from an > iframe? I mean wat if i want to do just the opposite of wat i have done now? > > How can I make a call to any of my qooxdoo object/widget from a link/button > in another iframe ? > > I hope I have made my question clear here.. > > Thanks & Regards, > Prateek.
Within your iframe document: window.parent.yourFunctionInTheParentDocument(); In such a function you could access any global references to qooxdoo objects. Hope that helps, Andreas ------------------------------------------------------------------------- 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
