- Posted:
26 Sep 2020
- Author: Mudassar Khan
-
- Technology:
C#
- Language:
English
-
In this video tutorial, Mudassar Khan has explained how to pass value from child popup window to parent page window using JavaScript.
When the child popup window is opened using the JavaScript window.open function, the reference object of the parent window is obtained from JavaScript window.opener instance.
The JavaScript window.opener instance can be used to reference and access the elements of the parent page using JavaScript.