Friday, 2 November 2012

How do I close a browser window with HTML code? | HTML Interview Questions

Use the below code example. < type="button" value="Close this window" onclick="self.close()">

No comments: