View Full Version : Frames Question
Jim Weinberg
02-02-2006, 02:19 PM
Is there a way to call a function from one frame that is defined in a different frame in the frameset?
Yes.
// In frame1
window.blather = function() {
turnIntoAFish();
doStuff();
}
// In frame2
parent.frame1.blather();
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.