Home / code

Close Window

Writer: Christophe Wolfs
Published: 27 March 2008

If you wan to close a window you can do it with the following code:

<a href="javascript:window.close()">CLOSE LINK</a>

 

TOP