SIr Codealot
SIr Codealot

Reputation: 5431

Is it possible to close browser window from JavaScript?

I want to be able to close the browser window using JavaScript. Is this possible?

Upvotes: 2

Views: 925

Answers (1)

hydrogen
hydrogen

Reputation: 2876

window.close();

Upvotes: 2

Related Questions