web建站教程
  1. 首页
  2. vuejs
  3. js
  4. 好玩
  5. seo教程
  6. 前端知识
  7. 百度echarts
  8. 更多
    php入门
    nodejs
    mockjs
    reactjs
    mysql
    wordpress
    织梦cms
    帝国cms
    git教程
    IT知识
    模板大全
    休息站

当前页面错误,5秒钟自动关闭当前页面

520 ℃
     
<!DOCTYPE html>
<html>
  <head>
  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  	<meta name="apple-touch-fullscreen" content="yes" />
  	<meta name="apple-mobile-web-app-capable" content="yes" />
  	<meta name="apple-mobile-web-app-status-bar-style" content="black" />
  	<meta name="format-detection" content="telephone=no" />
  	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
  	<meta http-equiv="Cache-Control" content="no-transform" />
  	<meta http-equiv="Cache-Control" content="no-siteapp" />
  	<title>温馨提示</title>
  	<style>
  	  .trips {
  	  	width: 400px;
  	  	text-align: center;
  	  	border: 1px solid #ddd;
  	  	border-radius: 5px;
  	  	position: absolute;
  	  	left: 50%;
  	  	top: 50%;
  	  	transform: translate(-50%, -50%);
  	  }
	  
  	  .trips h4 {
  	  	height: 35px;
  	  	line-height: 35px;
  	  	margin: 0;
  	  	padding: 0;
  	  	background: #f5f5f5;
  	  	border-bottom: 1px solid #ddd;
  	  	border-radius: 5px 5px 0 0;
  	  }
  	</style>
  </head>
  <body>
  	<div class="trips">
  	  <h4>温馨提示</h4>
  	  <p>当前页面不存在!</p>
  	  <p style="font-size: 13px;"><i id="time" style="color: #f00; font-style: normal;">5</i>&nbsp;秒后自动关闭页面</p>
  	</div>
  	<script type="text/javascript">
  	  window.setInterval("countDown()", 1000);
  	  function countDown() {
  	  	var time = document.getElementById("time");
  	  	if (time.innerHTML == 0) {
  	  		window.close()
  	  	} else {
  	  		time.innerHTML = time.innerHTML - 1;
  	  	}
  	  }
  	</script>
  </body>
</html>

javascript如何去除所有空格

javascript有哪些代码可以单行解决的

javascript获取素数的几种方法(代码介绍)

js给document.getElementsByTagName设置样式

标签: javaScript

上面是“当前页面错误,5秒钟自动关闭当前页面”的全面内容,想了解更多关于 前端知识 内容,请继续关注web建站教程。

当前网址:https://ipkd.cn/webs_2143.html

声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

当前位置: 网站首页 > 前端知识
本文共计1217个字,预计阅读时长9分钟
生活小工具,收录了80多款小工具
上一篇: 推荐一款简单高效漂亮的多平台笔记应用——Zoho Notebook
下一篇: 推荐2款充满科技感的艺术字体——小新黑体、小新潮酷体
x 打工人ai神器