You can copy data using Javascript if one window is a child of another. You can use the window.opener method to get a handle to the parent window or you can get a handle to the child from the parent when you open it, and then access the data from either direction using Javascript.