Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

161
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda