[jQuery] Make window.open and page communicate

[jQuery] Make window.open and page communicate

I have a link where i open a new window with window.open();
Then i change some values in the new window and i want to update the page the new window was invoked with the new values.
How can i do this?