An application running in Edge opens a pop-up window in which a common application is running.
The common application is opened in IE compatible mode. (by company's policy)
When the two windows (parent/child) communicate with each other using postMessage(), it doesn't work.
Q1. Is communication between Edge and IE Mode using postMessage() impossible?
Q2. If it is impossible, is there any other way to communicate except setting two windows running in the same mode?
Q3. Regardless of browser's IE-mode setting, is there a way to open a pop-up in a specific mode (IE compatible or not) by programming ?