Method of transferring values between JS parent page and child page_javascript skills
WBOY
Release: 2016-05-16 16:56:53
Original
1954 people have browsed it
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: