Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

173
Views
child.postMessage not working in IE11 compatible web application in Microsoft Edge

I am trying to communicate between a IE 11 compatible web application and pop-up window opened using window.open. Below is the code I am using in IE11 compatible web application:

var options = 'titlebar=no,resizable=no';
var url = '<different app url but within same org>';
var child = window.open(url,'window',options);
child.postMessage({message: 'requestResult'},'*');

This is working in chrome and IE, but it's failing in Microsoft Edge. I cannot receive message in child popup window in Edge. Can anyone please check and let me know why it's failing in Edge.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I think the page opened by window.open() should be running in Edge instead of Edge IE mode. If this is the case, you need to configure the opened page in the Edge IE mode site list to achieve your needs.

You can even simply try to output the child window handle: child object. You will find that it is Null instead of [window object]. This is because the two pages are running in different browsers (IE and Edge).

For more details about how to Configure IE mode, you could refer to this doc:Configure IE mode policies .

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!