- UID
- 8
- 性别
- 保密
- 主题
- 金币
- 枚
- 水晶
- 滴
- 存款
- 元
- 阅读权限
- 90
- 在线时间
- 小时
- 最后登录
- 1970-1-1
- 注册时间
- 2014-11-19
- 打卡等级:水墨使者
- 打卡总天数:121
- 打卡总奖励:12216
- 最近打卡:2024-03-24 20:45:53
 鲜花( 4)  鸡蛋( 0)
|
发表于 2022-03-01 18:40:16
|
显示全部楼层
<SCRIPT>
var NowFrame = 1;
var MaxFrame = 4;
var bStart = 0;
function fnToggle() {
var next = NowFrame + 1;
if(next == MaxFrame+1)
{
NowFrame = MaxFrame;
next = 1;
}
if(bStart == 0)
{
bStart = 1;
setTimeout('fnToggle()', 3000);
return;
}
else
{
document.images['oDIV'+next].style.display = "";
document.images['oDIV'+NowFrame].style.display = "none";
if(NowFrame == MaxFrame)
NowFrame = 1;
else
NowFrame++;
} setTimeout('fnToggle()', 6000);
}
fnToggle();
</SCRIPT>
<DIV id=oTransContainer style="FILTER: progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0, wipeStyle=0, motion='forward'); WIDTH: 1020px; HEIGHT: 255px;margin-left: auto;margin-right: auto;">
<IMG id=oDIV1 style="DISPLAY: block" height=255 src="http://www.smnhlt.com/data/attachment/forum/202201/07/150107kllxurlro4584ys5.jpg"; width=1020 border=0>
<IMG id=oDIV2 style="DISPLAY: none" height=255 src="http://www.smnhlt.com/data/attachment/forum/202201/07/150135cz73pc6h96ch7fd0.jpg"; width=1020 border=0>
<IMG id=oDIV3 style="DISPLAY: none" height=255 src="http://www.smnhlt.com/data/attachment/forum/202201/07/150143cfjivpgzz7fs0zir.jpg"; width=1020 border=0>
<IMG id=oDIV4 style="DISPLAY: none" height=255 src="http://www.smnhlt.com/data/attachment/forum/202201/07/150150ugpeklg712gk26rd.jpg"; width=1020 border=0>
</DIV> |
|