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

237
Vistas
ASP.NET Web Form Page in new window opened via javascript window.open()

I've an ASP.NET page already published, and I open it from a third party application widget using a script window.open().

The script is working fine and also the page, but my problem is when I stay for a while not doing anything (for example 5 min) on the opened window the page stopped working, I tried to click a link button in that page but it's not working. Then I close the window and open it again then everything goes fine.

This problem makes many issues for me because it should affect on the third party system.

I think maybe there is some period of time for that window but I cannot catch the problem.

Is there any solution for this case ?

NOTE: The link button should hide an asp panel and show another one in code behind.

This is how I open the window

setTimeout(function() {

  var URL = document.getElementById('urlWithQuerystring').textContent;
  createPopupWin(URL, 'Search', screen.availWidth, screen.availHeight);
                 
}, 500);


function createPopupWin(pageURL, pageTitle, popupWinWidth, popupWinHeight) {

   var left = (screen.width - popupWinWidth) / 2;
   var top = (screen.height - popupWinHeight) / 4;
   var myWindow = window.open(pageURL, pageTitle,
       'resizable=no,scrollbars=yes, width=' + popupWinWidth +
       ', height=' + popupWinHeight + ', top=' +
       top + ', left=' + left);

}


about 4 years ago · Juan Pablo Isaza
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