You can call global functions defined in frame name1, from javascript in frame name2 with top.name1.fun1() (See window.top). They are not "global functions", they are methods of the window object for frame name1.
You can call global functions defined in frame name1, from javascript in frame name2 with top.name1.fun1() (See window.top). They are not "global functions", they are methods of the window object for frame name1.
Bookmarks