• Home
  • JavaScript
  • Contact Us
ci3school
Best Programming Tutorials
Tag: close current window
 

Menu

Skip to content
  • Home
  • JavaScript
  • Contact Us
Powered by Verbosa & WordPress.

Tag: close current window

How to close current tab in a browser window using JavaScript?

admin November 22, 2019 JavaScriptLeave a comment

In this post we are going to look at the method to close the current tab of the browser window using JavaScript. In earlier time it was possible to close the current tab by using window.close() function. The following syntax was used at that time: Syntax:

1
window.close();

But as per …

Continue reading