Forum Moderators: open

Message Too Old, No Replies

Calling JS function from within an iframe

         

asantos

2:01 am on Jun 14, 2006 (gmt 0)

10+ Year Member



I have a page with an iframe.
page holds a javascript function that has to be called from within the iframe. How can I achieve that?

DrDoc

2:50 am on Jun 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



parent.name_of_function()

... assuming they share the domain name

asantos

2:56 am on Jun 14, 2006 (gmt 0)

10+ Year Member



Thanks.