Is it possible to close a tab via JavaScript?
For example, I have redirected user from email to my page, then I need to open pop-up window and close the tab I have redirected user to.
Does window.close() work only for windows created with JavaScript? Or is it possible to modify tab, so that becomes a popup window?
