javascript get value from popup window

Hi,
anybody knows the way to return values from child window to parent window

 

 

Heya, Deepak. Welcome to TSDN!

Use window.opener in the child window, or the variable you used to store the window object in the parent window.

 

 If ur child window is Dialog Box then use window.returnVal.
Best of lcuk.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.