Forum Moderators: open
any help is much appreciated....
function hi(t) { alert(t); }
You can call it from the popup using window.opener:
window.opener.hi('hello');