I am trying to close the IE window through javascript using self.close().
But this method gives a popup warning saying 'The webpage you are viewing is trying to close the window. Do you want to close the window?'
This has to be done on clicking a link or a button only!
Is there any way to suppress this warning popup and close the window directly.