How can I invoke the functions in one frame from the other?
Created May 7, 2012
Ravi Verelly From the first frame, you can invoke the methods in the other frame like:
parent.otherFrameName.functionInOtherFrame();
Created May 7, 2012