Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Is it possible in firefox to close a browser window/tab using java script without modifying the configuration settings? If YES, please let me know.

  • 3 odpovědi
  • 7 má tento problém
  • 15 zobrazení
  • Poslední odpověď od cor-el

more options

Requirement: On click of button, I want the browser window to be closed.

Solution: I am calling below java script on "onClick()" event of button.

function close_window() { window.close() }

This works in internet explorer but not in Mozilla Firefox. What is the reason behind it. Is there any way out to close the browser window in Mozilla Firefox?

Requirement: On click of button, I want the browser window to be closed. Solution: I am calling below java script on "onClick()" event of button. function close_window() { window.close() } This works in internet explorer but not in Mozilla Firefox. What is the reason behind it. Is there any way out to close the browser window in Mozilla Firefox?

Všechny odpovědi (3)

more options

You can only close windows via JavaScript that have been open via a script window.open() call.

more options

Hey! I know that. However, it is not working on Mozilla Firefox 3.0+. Is there any other way to close the browser's window on button click?

more options

Can you post a link to a page that opens a pop-up window where a close button doesn't work?

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do not click the Reset button on the Safe mode start window or otherwise make changes.