If I have one main window (on web), and than second window (on web) display from the first (like dialogbox), I can in Java Script get the data from second window and than set them in first window.
How can I get value from first window and set them in second window (after opening dialogbox, the data from first window are setting on second window) (on web) ?