gpt4 book ai didi

javascript - 将值从父级传递给子级(打开)窗口

转载 作者:行者123 更新时间:2023-11-30 18:54:25 25 4
gpt4 key购买 nike

如何将值从父窗口字段传递到子窗口字段。我使用 window.open("www.google.com");

弹出窗口打开后,我需要将在父窗口中键入的搜索值传递/设置到子窗口(www.google.com)

最佳答案

使用 window.open() 方法设置引用:

var childWin = window.open("www.google.com" <etc.>);

然后将 childWin 视为一个整体的其他窗口。例如,

childWin.document.getElementById('searchField')

将为您提供对 ID 为“searchField”的元素的引用。等等。冲洗并重复。

关于javascript - 将值从父级传递给子级(打开)窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2678133/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com