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
Try just parent.myfunction()
parent.myfunction()