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();
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.