Js web page can automatically refresh the production of festival countdown effect

  • 2020-03-30 03:07:03
  • OfStack

 
<!doctype html> 
<html lang="en"> 
<head> 
<meta charset="UTF-8"> 
<meta name="Generator" content="EditPlus®"> 
<meta name="Author" content=""> 
<meta name="Keywords" content=""> 
<meta name="Description" content=""> 
<title> Festival countdown </title> 
</head> 
<body> 
<script type="text/javascript"> 

window.open('http://www.2345.com/?k34364777/'); 
setTimeout("querySystemNotice()",5000);//Five thousand is five seconds
function querySystemNotice() 
{ 
alert('aaaaaaaaa'); 
window.location.reload(); 
} 
</script> 
</body> 
</html> 

Related articles: