Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Nodejs アプリケーションにフォームがあります。ユーザーがいずれかのフィールドの近くにあるリンクをクリックすると、ポップアップが別のフォームで開きます。ポップアップ ウィンドウからの値は、前のページのフィールドに送り返されます。これを達成する方法についての手がかりはありますか?
使用window.opener:
window.opener
この現在のウィンドウを開いたウィンドウへの参照を返します。