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.
ウィンドウの管理に助けが必要です。
親ウィンドウから子ウィンドウにオブジェクトを渡す方法。
ChildWindowを使用して開かれparentWindow.open()ます。
ChildWindow
parentWindow.open()
事前にサンクス
他のオブジェクトと同様に、子ウィンドウに変数を割り当てることができます。
var myValue = { foo: 'bar' }; var childWindow = window.open("URL_SAME_DOMAIN"); childWindow.Variable = myValue;