Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

122
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda