Help for this page

Select Code to Download


  1. or download this
    <body bgcolor=dcdcdc width=100 onload=callrefresh($time);>
    
  2. or download this
    function callrefresh(t){
            time = t;
    ...
    
    setTimeout('refresh()',millisec); 
    }