How to call javascript in main window from iframe?
+2
A:
window.top.foo
for the top level window
window.parent.foo
for the direct parent
Ollie Edwards
2010-07-30 11:25:27