How to pass value from child window to parent window control | The ASP.NET Forums
Parent Window function openChild(file, window) { childWindow = open(file, window, 'resizable=no,width=200,height=400'); if (childWindow.opener == null) childWindow.opener = self; } Parent Window function openChild(file, window) { childWindow = open(file, ...