In earlier time it was possible to close the current tab by using the window.close() function. The following syntax was used at that time: Syntax: window.close(); I read This here- How to close current tab in a browser window using JavaScript ?[^]
M
Member_14713926
@Member_14713926
Posts
-
How I can close current tab in a browser window using JavaScript? -
How I can close current tab in a browser window using JavaScript?I am looking for a method to close the current tab of the browser window using JavaScript.