如果页面高度大于300PX则跳转到指定页面
2023-6-18 乱云飞 代码 评论(0) 浏览(90) 标签: 网页跳转 页面高度 检测高度
window.onload = function() { //获取当前页面高度 var pageHeight = window.innerHeight; //如果页面高度大于300,跳转到指定页面 if (pageHeight > 300) { window.location.href = "http://80c.cc/?300px"; } }
翼展短网址
2019-3-17 乱云飞 评论(2) 浏览(4274) 标签: 短网址 缩短网址 网页跳转
禁止iframe页面的JS脚本,可以阻止网页跳转
2018-4-2 乱云飞 代码 评论(0) 浏览(1030) 标签: 禁止JS 网页跳转
<iframe src="http://gantong.cc/" security="restricted" sandbox="">