Here Mudassar Khan has explained how to pass value from child popup window to parent page using JavaScript.
The child popup window must be opened using JavaScript window.open function. And in such case we can access the parent page controls using JavaScript window.opener instance.
Blog: http://aspsnip.pet/662
Demo: http://aspsnip.pet/662?demo
Code: http://aspsnip.pet/662?code
Q&A: http://aspsnip.pet/662?ask
Author: http://aspsnip.pet/662/?author
Follow us on:
Facebook: http://aspsnip.pet/FB
Instagram: http://aspsnip.pet/IG
Twitter: http://aspsnip.pet/TW
#JavaScript #Popup #Child #Parent #Window