The window object does not have the properties attached to it by the page that created it
问题 I use the window.open(url, target) to open a url in a new tab/window. Before doing that, I set some properties on the newly opened window object with the intention of passing data from this page, the creator of the new window, to the newly created window. In all browsers except Internet Explorer, the code works fine. The newly created page is able to read back the properties from the global window object representing its window. However, only in Internet Explorer 11, the window object in the