Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

how close broswer window use js code??

  • 2 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Tất cả các câu trả lời (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())