자바스크립트 좀 도와주세요. 정보
자바스크립트 좀 도와주세요.본문
이미지가 여러개 있고, 마우스로 mouseover를 하면 아래 함수를 호출하는데요.
호출은 하는데, 이미지가 바뀌질 않네요.
크롬하고 익스플로러10에서 그렇습니다.
xp에서는 잘되는데요.
자바스크립트를 잘 몰라서 아무리 테스트를 해보아도 안되네요.
조언 좀 부탁드립니다.
function runSlideShow(v)
{
if(p > 1){
obj = document.getElementById("big_img");
if(v == "T")
{
if (document.all)
{
obj.style.filter="blendTrans(duration=2)";
obj.style.filter="blendTrans(duration=crossFadeDuration)";
if(obj.filters) obj.filters.blendTrans.apply();
}
obj.src = preLoad[j].src;
if (document.all && obj.filters) obj.filters.blendTrans.play();
j = j + 1;
if (j > (p - 1)) j = 0;
t = setTimeout("runSlideShow('T')", slideShowSpeed);
}else{
if(obj.filters) obj.filters.blendTrans.stop();
clearTimeout(t);
}
}
}
호출은 하는데, 이미지가 바뀌질 않네요.
크롬하고 익스플로러10에서 그렇습니다.
xp에서는 잘되는데요.
자바스크립트를 잘 몰라서 아무리 테스트를 해보아도 안되네요.
조언 좀 부탁드립니다.
function runSlideShow(v)
{
if(p > 1){
obj = document.getElementById("big_img");
if(v == "T")
{
if (document.all)
{
obj.style.filter="blendTrans(duration=2)";
obj.style.filter="blendTrans(duration=crossFadeDuration)";
if(obj.filters) obj.filters.blendTrans.apply();
}
obj.src = preLoad[j].src;
if (document.all && obj.filters) obj.filters.blendTrans.play();
j = j + 1;
if (j > (p - 1)) j = 0;
t = setTimeout("runSlideShow('T')", slideShowSpeed);
}else{
if(obj.filters) obj.filters.blendTrans.stop();
clearTimeout(t);
}
}
}
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '281594' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php