Invoking javascript in iframe from parent page

Posted by DrJokepu on Stack Overflow See other posts from Stack Overflow or by DrJokepu
Published on 2008-10-30T19:27:56Z Indexed on 2010/04/18 17:13 UTC
Read the original article Hit count: 342

Filed under:
|
|

Basically, I have an iframe embedded in a page and the iframe has some javascript routines I need to invoke from the parent page.

Now the opposite is quite simple as you only need to call parent.functionName() but unfortunately I need exactly the opposite of that.

Please note that my problem is not changing the source url of the iframe, but invoking function defined in the iframe.

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript