tags:

views:

76

answers:

0

hi friends,

i am using a gwt.

i am opening gwt module from another module using Window.open() method.

now i want to check that if i closed the child window or logout from this window.

i need to redirect in parent window.

please give me a solution.

i was trying window.opener.focus() but it is not working properly.

thanks.