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

162
Vistas
New page opens instead new window

I have code that works in IE browser, issue with window.open().
In IE, it opens new window even IE is FULL SCREEN MODE OR NORMAL MODE. In Edge it opens new window when Edge is in NORMAL MODE, but and it is redirect on main page when Edge is in FULL SCREEN MODE that's why I loosing main screen. For full screen mode I have used below link in edge short cut properties.

"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --kiosk C:\Users\SoftwareUser\Desktop\Test.html --edge-kiosk-type=fullscreen Note:- Full Screen mode, my project requirement.

Test.html

<!DOCTYPE html>
<html>
<body>

<h1>The Window Object</h1>
<h2>The open() Method</h2>

<p>Click the button to open a new browser window.</p>

<button onclick="myFunction()">Try it</button>

<script>
function myFunction() {
 var newWindow = window.open("https://www.google.com/",'OrangeHRM','_blank','fullscreen=NO, status=no, location=no, resizable=no');
    return;
}
</script>

</body>
</html>

please any one help me to overcome this and suggest any alternative or help for this.

about 4 years ago · Santiago Gelvez
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