home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 March / PCWMAR06.iso / Software / Freeware / Maxthon 1.5.1 build 39 / mcombo.exe / C: / Program Files / AWS / WeatherBug / WeatherBug.exe / HTML / 2000 < prev   
Encoding:
Text File  |  2005-08-31  |  2.8 KB  |  139 lines

  1. <html>
  2. <head>
  3. <title>Loading</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <script language="Javascript">
  6. <!--
  7.  
  8. window.onerror = null;
  9. var bName = navigator.appName;
  10. var bVer = parseInt(navigator.appVersion);
  11. var NS4 = (bName == "Netscape" && bVer >= 4);
  12. var IE4 = (bName == "Microsoft Internet Explorer" 
  13. && bVer >= 4);
  14. var NS3 = (bName == "Netscape" && bVer < 4);
  15. var IE3 = (bName == "Microsoft Internet Explorer" && bVer < 4);
  16. var blink_speed = 2000;
  17. var i=0;
  18.  
  19. if (NS4 || IE4) {
  20. if (navigator.appName == "Netscape") {
  21. layerStyleRef="layer.";
  22. layerRef="document.layers";
  23. styleSwitch="";
  24. }else{
  25. layerStyleRef="layer.style.";
  26. layerRef="document.all";
  27. styleSwitch=".style";
  28. }
  29. }
  30.  
  31. // BLINK FUNCTION
  32. function Blink(layerName){
  33. if (NS4 || IE4) { 
  34. if(i%2==0)
  35. {
  36. eval(layerRef+'["'+layerName+'"]'+
  37. styleSwitch+'.visibility="visible"');
  38. }
  39. else
  40. {
  41. eval(layerRef+'["'+layerName+'"]'+
  42. styleSwitch+'.visibility="hidden"');
  43. }
  44. if(i<1)
  45. {
  46. i++;
  47. else
  48. {
  49. i--
  50. }
  51. setTimeout("Blink('"+layerName+"')",blink_speed);
  52. }
  53.  
  54. function Blink2(layerName){
  55. if (NS4 || IE4) { 
  56. if(i%2==0)
  57. {
  58. eval(layerRef+'["'+layerName+'"]'+
  59. styleSwitch+'.visibility="visible"');
  60. }
  61. else
  62. {
  63. eval(layerRef+'["'+layerName+'"]'+
  64. styleSwitch+'.visibility="hidden"');
  65. }
  66. if(i<1)
  67. {
  68. i++;
  69. else
  70. {
  71. i--
  72. }
  73. setTimeout("Blink('"+layerName+"')",blink_speed);
  74. }
  75.  
  76.  
  77. // -->
  78. </script>
  79.  
  80. <style>
  81. table.princ {
  82. border-style:solid; 
  83. border-width:4px; 
  84. border-color:#FFFFFF;
  85. background-color:#aecae5
  86. }
  87.  
  88. td.first {
  89. text-align:center;
  90. font-family:Tahoma,Verdana,Arial;
  91. font-weight:bold;
  92. font-size:14pt;
  93. font-color:#000000
  94. }
  95.  
  96. td.second {
  97. text-align:center;
  98. font-family:Tahoma,Arial.Verdana;
  99. font-size:10pt;
  100. font-color:#000000
  101. }
  102.  
  103. td.third {
  104. text-align:center;
  105. font-family:Tahoma,Arial,Verdana;
  106. font-size:8pt;
  107. font-color:#000000
  108. }
  109.  
  110. </style>
  111.  
  112. </head>
  113.  
  114. <body bgcolor="#EEF2FB">
  115. <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
  116.   <tr>
  117.     <td valign="middle" align="center">
  118.     <table class="princ" width="280" height="250" ID="Table2">
  119.         <tr><td></td></tr>
  120.         <tr><td class="first">Attempting to connect</td></tr>
  121.         <tr><td><div id="prem_hint" align="center" style="font-family:Tahoma,Arial,Verdana; font-size:13pt; position:relative; left:0; visibility:hidden" class="prem_hint"><font color=#EEF2FB><b>wait...</b></font>
  122. </div>
  123. <script language="javascript">Blink('prem_hint');</script></td></tr>
  124.         <tr><td class="second">If you see this message for more than 15 seconds, please make sure you are connected to the Internet</td></tr>
  125.         <tr><td></td></tr>
  126.         <tr><td class="third">If you use a Firewall, make sure WeatherBug is authorized to access the Internet</td></tr>
  127.     </table>
  128.  
  129.     </td>
  130.   </tr>
  131. </table>
  132.  
  133.  
  134. </body>
  135. </html>