网页跳转 - 翼展电脑服务中心


如果页面高度大于300PX则跳转到指定页面

2023-6-18 乱云飞 代码 评论(0) 浏览(49) 标签: 网页跳转 页面高度 检测高度

window.onload = function() {
  //获取当前页面高度
  var pageHeight = window.innerHeight;
  //如果页面高度大于300,跳转到指定页面
  if (pageHeight > 300) {
     window.location.href = "http://80c.cc/?300px";
  }
}

翼展短网址

2019-3-17 乱云飞 评论(2) 浏览(4005) 标签: 短网址 缩短网址 网页跳转

禁止iframe页面的JS脚本,可以阻止网页跳转

2018-4-2 乱云飞 代码 评论(0) 浏览(989) 标签: 禁止JS 网页跳转

<iframe src="http://gantong.cc/" security="restricted" sandbox="">
预ICP备10086-001号 © 翼展网/80C.CC 技术支持/洛阳翼展科技
TEL / 13213610060 QQ / 345794501
Powered by emlog