Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 网页出现这个错误,不知道怎么回事

[复制链接]
Henry_GKR 发表于 2013-4-24 09:31:46 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X2.5
浏览器: IE6 
使用模板: 官方模板
BUG地址: http://henrygkr.gotoip3.com
本帖最后由 Henry_GKR 于 2013-4-24 10:21 编辑

请你们帮我看看,怎么回事。

var CurrentHotScreen = 0 ;
function setHotQueryList(screen){
        var Vmotion = "forward" ;
        var MaxScreen = 4 ;
        if (screen >= MaxScreen) {
                screen = 0 ;
                Vmotion = "reverse" ;
        }
        cleanallstyle();
        document.getElementById("focuss_"+screen).className = "up" ;
  for (i=0;i<MaxScreen;i++) {
        document.getElementById("switch_"+i).style.display = "none" ;
  }
  document.getElementById("switch_"+screen).style.display = "block" ;
        CurrentHotScreen = screen ;
}
function refreshHotQuery(){
        refreshHotQueryTimer = null;
        setHotQueryList(CurrentHotScreen+1);
        refreshHotQueryTimer = setTimeout('refreshHotQuery();', 3000);
}
                       
function cleanallstyle() {
for (i=0;i<4;i++) {
                document.getElementById("focuss_"+i).className = "" ;
        }
}
function show_focuss_image(index) {
        clearTimeout(refreshHotQueryTimer);
        setHotQueryList(index);
        refreshHotQueryTimer = setTimeout('refreshHotQuery();', 3000);
}
function setClick() {
        clearTimeout(refreshHotQueryTimer);
}
var refreshHotQueryTimer = null ;
var hot_query_td =  document.getElementById('HotSearchList');
setHotQueryList(CurrentHotScreen);
refreshHotQueryTimer = setTimeout('refreshHotQuery();', 3000);                       

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
Rinald 发表于 2013-4-24 09:36:55 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-25 05:39 , Processed in 0.028085 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表