Home > Article > Web Front-end > Method of transferring values between JS parent page and child page_javascript skills
1. The child page pops up when the parent page pops up through window.open
To transfer values from the child page to the parent page, just add window.opener in front of the document.
For example:
1. Parent page code: