Home >Web Front-end >JS Tutorial >JS window.opener returns the application of the parent page_javascript skills
JS code:
window.open();
When the payment is successful, the payment platform payment success interface needs to be closed and the client payment success page is loaded on the client. JS code:
window.opener. location.href=url;window.close();