I have an asp.net web page that contains some javascript code and an Iframe element that views a different web page , my question is : are there any available ways to make these two windows communicate with each other ?
For eaxmple : I have a function called "Say HelloWorld" in the asp.net javascript code that should be invoked from the Iframe if a button in the Iframe page was clicked