Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

how close broswer window use js code??

  • 2 risposte
  • 1 ha questo problema
  • 1 visualizzazione
  • Ultima risposta di cor-el

more options

hi everyone. My job web developer. I've been given a mission. I have to close the browser window using JavaScript. But for security reasons, window.close () seems to be clogged. Is there any other way to end the browser window? Is there a setting that can end the browser window? It is very important to me. please answer about my question.

hi everyone. My job web developer. I've been given a mission. I have to close the browser window using JavaScript. But for security reasons, window.close () seems to be clogged. Is there any other way to end the browser window? Is there a setting that can end the browser window? It is very important to me. please answer about my question.

Tutte le risposte (2)

more options

Hi, is beyond me on that but what about trying a Script to shut it down through Windows Task Manager (if possible). You may want to check a Windows forum for that info.

https://developer.mozilla.org/en-US/docs/Web/API/Window/close http://www.yournewdesigner.com/css-experiments/javascript-window-close-firefox.html Maybe need to ask again here for 57+ https://stackoverflow.com/questions/31981848/window-close-not-working-in-firefox

I am not finding anything fince the release of ver 57 Nov14th 2017 Stackoverflow would be the best place to ask.

more options

You can only close a window via JavaScript if that window has been opened via JavaScript (window.open())