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

238
Views
Página de formulario web ASP.NET en una nueva ventana abierta a través de javascript window.open ()

Ya tengo una página ASP.NET publicada y la abro desde un widget de aplicación de terceros mediante un script window.open().

El script funciona bien y también la página, pero mi problema es que cuando me quedo un tiempo sin hacer nada (por ejemplo, 5 minutos) en la ventana abierta, la página dejó de funcionar, intenté hacer clic en un botón de enlace en esa página pero es no funciona. Luego cierro la ventana y la abro de nuevo y todo va bien.

Este problema me crea muchos problemas porque debería afectar el sistema de terceros.

Creo que tal vez haya algún período de tiempo para esa ventana, pero no puedo detectar el problema.

¿Hay alguna solución para este caso?

NOTA: El botón de enlace debe ocultar un panel ASP y mostrar otro en código detrás.

Así abro la ventana

 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
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!