views:

125

answers:

1

Hi,

Using javascript I open the pop window and parent window is inactive at this time , i wanted to active parentwindow through popwindow.(this is a web project on java) Please help me,

thanks

+1  A: 

You can usually window.opener in JavaScript to get at the window that opened at popup.

Brian Sullivan