Hello everybody,

On the click of a button, a javascript function runs and opens a browser window with window.open function with a textbox in the page. User writes something in the textbox and click "OK" and browser window closes. When browser window closes, I need to get the data typed by the user in the pop-up window.

Thanks.