Basically, I have an iframe embedded in a page and the iframe has some JavaScript routines I need to invoke from the parent page.
iframe
Now the o
Use following to call function of a frame in parent page
parent.document.getElementById('frameid').contentWindow.somefunction()