I have created an HTML page.I want to make that page to close by clicking of a close button the page.I tried using:-
window.close()
and
self.close()
method but it is not working on chrome and firefox.I came to know that they wont support these methods anymore.Is there any workaround to do so???please, help....Thanks