Difference between revisions of "Team:Tsinghua-A/navpage"

Line 21: Line 21:
 
         function delayURL(url, time) {
 
         function delayURL(url, time) {
 
             setTimeout("top.location.href = '" + url + "'", 500);
 
             setTimeout("top.location.href = '" + url + "'", 500);
 +
//change delay time here or change 500->time to use customize time;
 
         }
 
         }
 
     </script>
 
     </script>

Revision as of 00:06, 22 October 2019