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

193
Vistas
window.open popup without toolbar and UI parts

I am trying to make a popup that is a new browser window, so I can change tabs and still have this popup. I want it to be with a minimal UI (toolbars, menubars, addressbar, etc). I tried something like that:

window.open('test.html', 'popup', 'left=100,top=100,width=320,height=320,popup=1,toolbar=0,scrollbars=0,status=0,location=0')

But it still show the UI. Is there any way to create new window without the UI?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

I tested your code and mine with Opera and it didn't change anything. But on Safari and Chrome I managed to get a minimal UI. Here's what I used:

<!DOCTYPE html>
<html>
<body>

    <p>Click the button to open a new window with some specifications.</p>

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

    <script>
        function myFunction() {
            window.open("https://www.google.com", "_blank", "toolbar=no, location=no, directories=no,status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width=600, height=600");
        }
    </script>
</body>
</html>

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