How do you call a javascript function that is in an external javascript file that was added to the parent of an iframe? I tried parent.function()
in the iframe but that didn't work.
Asked
Active
Viewed 645 times
0

Michael
- 1
- 2
-
This is asked all the time http://stackoverflow.com/questions/1900504/events-to-iframe. http://stackoverflow.com/questions/2893280/jquery-select-iframe-children... and many more – austinbv Jul 29 '11 at 21:10
-
parent.functionName() should work fine. – ShankarSangoli Jul 29 '11 at 21:14