ADHTML

ė 362 6 0
本文最近更新于22.01.16 周日请自行判断新内容

//定时弹窗

<script type="text/javascript">
var time;
/**
* setInterval()方法会不断调用函数,直到clearInterval()被调用或者窗口被关闭。由setInterval()返回值的ID 值
* 可用作clearInterval()方法的参数
* 如果你只想执行一次可以使用setTimeout()方法
* **/
window.onload=function () {
//var time =window.setInterval("imgblock()",500);
window.setTimeout("imgblock()",1000);
}
function imgblock() {
var img_idDIV=document.getElementById("img_idDIV");
img_idDIV.style.display="block";
window.clearInterval(time);
window.setInterval("imgNone()",5000);
}
function imgNone() {
var img_idDIV=document.getElementById("img_idDIV");
img_idDIV.style.display="none";
}

</script>
<style>
.addimg{
max-width:200px;
/* box-shadow: 0 0 0 9999px #000; */
/* background: rgba(29,31,32,.65); */
/* max-height:100%; */
right: 10px;background:#fff;
bottom: 5px;padding:5px;color:red;
z-index:999;
/* transform:translate(-50%,-50%); */
/* -webkit-transform:translate(-50%,-50%); */
position:fixed;
overflow: hidden;
display: none;
}

.addimg img{max-width: 200px;}
</style>

<!-- border :border-width, border-style,和border-color.-->
<!-- Position(定位):absolute 绝对定位 绝对定位的元素的位置相对于最近的已定位父元素,如果元素没有已定位的父元素,那么它的位置相对于<html>:-->
<div id="img_idDIV" class="addimg" >

<script language="JavaScript" type="text/javascript">
tips = new Array(0);
tips[0]='<a href="https://m.tb.cn/h.f9QYrKh"><img title="wp-1642178686551" class="alignnone size-full" alt="【叶一茜推荐】浴室瓷砖清洁剂拍2件发3瓶,领40元券 日本品牌!" height="200" src="http://www.qixibang.cc/wp-content/uploads/2022/01/wp-1642178686551.jpg" /></a>【叶一茜推荐】浴室瓷砖清洁剂拍2件发3瓶,领券后价29 日本品牌';

tips[1]='<a href="https://m.tb.cn/h.f9jBnIK"><img title="wp-1642177617710" class="alignnone size-full" height="200" alt="image" src="http://www.qixibang.cc/wp-content/uploads/2022/01/wp-1642177617710.jpg" /></a>淘宝年货节';

index = Math.floor(Math.random()*tips.length);
document.getElementById("img_idDIV").innerHTML = tips[index];
</script>

</div>

  • 灵魂发问:谁告诉你我国防空洞位置了吗?怕是99%中国人不知道,我也不知道,为什么,因为没告诉咱们啊!怕是很多当官的都不晓得吧!所以别老想着打这个那个,真打起来,你躲都不知道躲哪?最好的位置是到没有军事区,机场等落后位置,因为人家炸这些位置不仅没有利益还会被国际谴责。 --- 2025/03/08
主机推荐
:网友留言区仅供网友表达其个人观点,并不表明栖息邦最终立场。



管理员登录
注册

提示:点击上下面区域关闭

字号调整

View My Stats
空位 空位
本次加载耗时:0.991s