Get value from pop-up to main window
-
I have one person page. when i click on add image button it will open pop up window to fill all person details. after that when i click ok on popup window i close that window using javascript. but i want to get values from popup to my main window. so how can i get this values? is there any page event exist or any javascript code to do the same? Please provide some guidance or code.
-
I have one person page. when i click on add image button it will open pop up window to fill all person details. after that when i click ok on popup window i close that window using javascript. but i want to get values from popup to my main window. so how can i get this values? is there any page event exist or any javascript code to do the same? Please provide some guidance or code.
deepalititi wrote:
any javascript code to do the same?
Use
Window.Parent
with form name and your control name to get that controls object from popup window.