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.
我能够在同一页面上的文本框中获取选定的值,但现在我希望该选定的列显示在另一页的文本框中。请帮忙。
根据您的评论,下面有一些链接可以帮助您将数据从 iframe 传递到 page1。
从 iframe 在父窗口中设置变量
如何在 Javascript 中将属性值从 iframe 传递给父级?
如何将数据从 iframe 传递到父窗口?