How to pass data back and forth between two windows?
Visitor Ratings
(6) :
Description
The following example, we have 2 files. test.html & test2.html.
In the file test.html we open a new window (test2.html) which contains a form. Then On changing the list values, we sets up a form field using window.opener property.