home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 June / comonline0602.iso / software / cogitum / cociter.exe / CogitumH.___ / HTML / BODY.HTC next >
Encoding:
HTML Component  |  2001-08-08  |  482 b   |  22 lines

  1. <PUBLIC:COMPONENT NAME="ctBODY" tagName="BODY" lightWeight=true supportsEditMode=false>
  2. <PUBLIC:ATTACH EVENT="oncontentready" ONEVENT="Initialize()" FOR=element/>
  3.  
  4.  
  5. <SCRIPT LANGUAGE="javascript">
  6. function Initialize() {
  7.     try {
  8.         var qq = new String(cxbiRoot);
  9.     }
  10.     catch (err) {
  11.         alert(">" + err + "<" );
  12.         if (err == "[object Error]") {
  13.             if (confirm("Reload?")) {
  14.                 window.location.reload();
  15.                 return;
  16.                 
  17.             };
  18.         };
  19.     };
  20. };
  21. </SCRIPT>
  22. </PUBLIC:COMPONENT>