close.html 754 B

12345678910111213141516171819202122
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: cpscrn
  4. (C) Copyright IBM Corp. 2005, 2011
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <html>
  8. <head>
  9. <meta name="Copyright" content="(C) Copyright IBM Corp. 2005, 2011."/>
  10. <meta name="Trademark" content="Licensed Material - Property of IBM Corp. IBM, the IBM logo, and Cognos are trademarks of IBM Corp., registered in many jurisdictions worldwide."/>
  11. </head>
  12. <script type="text/javascript">
  13. function closeWindow(){
  14. setTimeout("window.open('','_self','');window.close();",300);
  15. }
  16. </script>
  17. <body style="background-color:#ffffff" onload="closeWindow()">
  18. </body>
  19. </html>