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
返回对打开当前窗口的窗口的引用。