Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

126
Visualizações
How to communicate between Edge-in-Edge-mode and Edge-in-IE-mode?

I have got a legacy system with a web page A which calls some other web page B. When the web page B is closed, the web page A must be refreshed, it has to read some stuff from the database which has been changed by B.

Until now, this is done by calling some function on page A when B is closed, via JavaScript. The function on page B is something like this:

function goBack() { 
    window.opener.RefreshStuff();   <--- Calls RefreshStuff on page A 
    window.close();
}

This works well.

From now on, page A shall run in Edge-in-IE-mode and page B shall run in Edge-in-Edge-mode. Edge-in-IE-mode is running in another process than Edge-in-Edge-mode. Therefore in the function goBack, the window.opener is not known anymore and the function goBack does not work anymore.

I need some way to communicate between Javascript in page B, which runs in Edge-in-Edge-mode and Javascript in page A which runs in Edge-in-IE-mode.

Can you help me?

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

As far as I know, Edge and Edge IE mode actually run different browsers, so you can't get a handle to the IE window from Edge.

You can try sharing cookies between Edge and IE, it may work for you, it needs to be configured through group policy, please refer to this document: Configure IE mode policy.

Finally, set the source-engine="Both" attribute in the sites.xml file to share the cookie between Edge and IE of the stie you need. Just refer to this doc: Cookie sharing between Microsoft Edge and Internet Explorer.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda