Topic: Run Javascript function in Window (IFRAME) Build 4.0
andycdawson wrote on Wednesday 6/24/09 at 3:56 PM (PST)
I have two domapi windows (IFRAME based) and need to call a javascript function in window1 from window2.

I've tried:
top.myWin[<?=$winid?>].workspace.getDocument().myfunc();

but it doesn't work. Does anyone know how to do what I need?