File indexing completed on 2024-04-21 04:56:31

0001 <html>
0002 <head>
0003   <meta http-equiv="content-type" content="text/html; charset=utf-8">
0004  <title>Popup window</title>
0005 </head>
0006 <body>
0007 <h2>Popup window</h2>
0008 <input type="button" onclick="window.close()" value="Close window"/>
0009 <input type="button" onclick="window.print()" value="Print window"/>
0010 </body>
0011 </html>