closeable_window.html 213 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 <html> <head> <title>closeable window</title> </head> <body> This window can be closed by clicking on <a id="close" onclick="window.setTimeout(function() { window.close();}, 0);" href="#">this</a>. </body> </html>