How to take values from pop window (child) to main web page (parent)
Like main page (parent) is of personal information &
pop window (child) is about education
then how education details can be taken in parent window.
Anybody please tell me.
Advanced Thanks.
Regards,
Shivaji
Vikram AgrawalPosted Feb 11, 2015, 3:48 AM
Hi Deepak,
You can put education details related code in your Main Page div, and display that div as Modal Dialog when required by default keep this div as display:none;
so when user fill all info related to education details it will remains in Main page only and then you can easily populate those values.
Thanks