I want to close the current browser tab via javascript in asp.net. So for this i am using window.close() method and its working fine. But the main issue is that if I opened a new asp.net page on same tab by using right click menu then "close" button is not closing current tab.
Close button and script both are on "Master page".