Hi guys,
I have HTML page called page1 .
In that I have name text box beside that one search icon and fname text box and lname text box
On clicking of search icon I opening another HTML page called page2 by using window.open .There I am selecting department drop down .on clicking of search It will show list of employees in that department with details . I will select one employee by radio button and click on submit.
My requirement is on clicking on submit button in page2 I need to assign text box values frame ,lname and name in page1
Thanks in advance