Friday, June 27, 2008

Call Functions across parent and child windows using iframe

how to call child window(in iframe) function from parent window?
how to call parent window function from child window(in iframe)....

Simple.
From parent window.... framename.child_function_name()

From child window... parent.parent_function_name()


Demo

Download


Cheers!

No comments: