Im trying to call a javascript function on the page created by RadWindowManager. To do this without the RadWindowManager you would do something like this:
'iframe1.helloworld();' or eval("iframe1.helloworld();");
from the parent page.
However, I cannot manage to do this using RadWindowManager.
Any suggestions on how I can do this?
'iframe1.helloworld();' or eval("iframe1.helloworld();");
from the parent page.
However, I cannot manage to do this using RadWindowManager.
Any suggestions on how I can do this?