I’m using the javascript window.opener property to refresh the parent window in the child window. The parent window cointains just a table with data and a link to the child window, when the child window is opened then executes a js function in the parent using the window.opener property, the js function in the parent refresh the table using ajax.