제발 도와주세요ㅠㅠ 이미지 슬라이딩인데 새창이 떠요ㅠ 정보
제발 도와주세요ㅠㅠ 이미지 슬라이딩인데 새창이 떠요ㅠ- sorrow1102 자기소개 아이디로 검색 회원게시물
- 1,475
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://abridge2580.cafe24.com/bbs/board.php?bo_table=development
슬라이딩으로 이미지 나오게 했는데요...
클릭하면 새창이 자꾸 생겨요ㅠㅠ
왜 그런걸까요? ㅠㅠ
어디서 잘못된건지 아무리 찾아도 도저히 모르겠어요 ㅠㅠ
오류 주소 : http://abridge2580.cafe24.com/bbs/board.php?bo_table=development
슬라이딩으로 이미지 나오게 했는데요...
클릭하면 새창이 자꾸 생겨요ㅠㅠ
왜 그런걸까요? ㅠㅠ
어디서 잘못된건지 아무리 찾아도 도저히 모르겠어요 ㅠㅠ
댓글 전체
이미지 태그에 onclick='image_window(this);' 가 들어 가 있네요. onclick='image_window(this);'을 제거해 보세요 ^^
<div><? if ($is_category && $list[$i][ca_name]) {echo "<span class=small><font color=gray>[<a href='{$list[$i][ca_name_href]}'>{$list[$i][ca_name]}</a>]</font></span> ";} ?><a onclick=view(<?=$list[$i][wr_id]?>) style='cursor:hand'><?=$file[0][view]?><?//=$list[$i][subject]?></a></div>
어디를 어떻게 고쳐야 하는지 ㅠㅠ
어디를 어떻게 고쳐야 하는지 ㅠㅠ
<?=$file[0][view]?>안에 onclick='image_window(this);' 가 포함되어 있어서 .... /lib/commom.lib.php을 수정하기가 쉽지 않을 실것 같으니 <?=$file[0][view]?> 대신에<? $file = $g4[path]."/data/file/$bo_table /$list[$i][file][0][file]"; ?> <img src="<?=$file?>" />로 해 보심이 ^^;;;
/lib/commom.lib.php ^^ 경로 찾아서 수정했어욧!
너무너무 감사합니다^^
너무너무 감사합니다^^