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
The IFRAME should be in the frames[] collection. Use something like
frames[]
frames['iframeid'].method();