Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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 답장
  • 7 이 문제를 만남
  • 15 보기
  • 최종 답변자: 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?

모든 댓글 (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.