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

191
Views
window.open popup sin barra de herramientas y partes de la interfaz de usuario

Estoy tratando de crear una ventana emergente que es una nueva ventana del navegador, para poder cambiar las pestañas y seguir teniendo esta ventana emergente. Quiero que tenga una interfaz de usuario mínima (barras de herramientas, barras de menú, barra de direcciones, etc.). Intenté algo así:

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

Pero todavía muestra la interfaz de usuario. ¿Hay alguna forma de crear una nueva ventana sin la interfaz de usuario?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Probé tu código y el mío con Opera y no cambió nada. Pero en Safari y Chrome logré obtener una interfaz de usuario mínima. Esto es lo que usé:

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