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

160
Views
Se abre una nueva página en lugar de una nueva ventana

Tengo un código que funciona en el navegador IE, problema con window.open().
En IE, se abre en una nueva ventana, incluso IE está en MODO DE PANTALLA COMPLETA O EN MODO NORMAL. En Edge, se abre una nueva ventana cuando Edge está en MODO NORMAL, pero se redirige a la página principal cuando Edge está en MODO DE PANTALLA COMPLETA, por eso pierdo la pantalla principal . Para el modo de pantalla completa, he usado el siguiente enlace en las propiedades de acceso directo de borde.

"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --kiosk C:\Users\SoftwareUser\Desktop\Test.html --edge-kiosk-type=fullscreen Nota:- Modo de pantalla completa , mi requisito de proyecto.

Prueba.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>

por favor, alguien que me ayude a superar esto y sugerir alguna alternativa o ayuda para esto.

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