According to Mozilla, window.close() won't work in FF if window is not opened with window.open();
We have implemented ExtJS in a project and a new window/tab is opened with anchor tag and target='_blank'. In new window, there is close button with js code: 'window.close();'.
As per mozilla standard, this code should not work at all but strangely it works in some cases and doesn't work in some cases.
Can anyone provide some hint/suggestion or workaround please?