Calling A Function In Parent File From Child Frame? October 21, 2024 Post a Comment I have a function that resizes the col width ratio of my frameset in 'frame.html': Solution 1: Just try parent.functionName() it should work.EditJust to be sure that the scope is correct you should probably call window.parent.functionName() instead to be sure that it is actually the frames parent that is referencedEdit 2Check out this answer it seems to handle the same chrome issue.Hope it helps! Share Post a Comment for "Calling A Function In Parent File From Child Frame?"
Post a Comment for "Calling A Function In Parent File From Child Frame?"