Forum Discussion
cjhook
Jun 02, 2021Copper Contributor
IE mode parent open Edge Chromium mode child window, window.name goes missing?
In parent Edge browser, running IE mode, running this code function openLinkInIE(url){
window.open("microsoft-edge:"+ url, 'childWindow');
} The new Edge browser opens, running in Edge Chromi...
cjhook
Jun 03, 2021Copper Contributor
I'm still trying to get this to work.
https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage
For window.postMessage, it does not work when Edge IE mode opens(parent) a , a Edge Chromium mode child.
Is there a way to make this work? or workaround ? Or example?