if i have a parent window; then i open a child window ;
WHILE in the child window, i do some stuff, then I refresh the parent window.... Using javascript with Response.Write
window.opener.document.forms(0).submit
How can I add code to close the child window right after that, without having to manually close the child window.
In other words I want to refresh the parent window and close the child window.
WHILE in the child window, i do some stuff, then I refresh the parent window.... Using javascript with Response.Write
window.opener.document.forms(0).submit
How can I add code to close the child window right after that, without having to manually close the child window.
In other words I want to refresh the parent window and close the child window.