I have a method inside the MooTools class that I want to get after loading a file using AJAX (iFrame). The javascript that starts when iFrame loads should call the class method, but I cannot access it using something like: Class name: Main var class was initialized to: myMain
parent.window.myMain.myMethod parent.window.Main.myMethod
Is it possible? If so, can I do this?
source share