아이프레임으로 불러온 최신 게시물 타겟 문의요.
제로보드를 사용 하고있어서;;
그누보드를 쉽게 접근 할 수 가없네요..''
그누보드 최신게시물을
아이프레임으로 불러왔는데.
이걸 클릭하면...
아이프레임에서 창이 바뀌더라구요.
이걸 아이프레임이 아니라...
원래 창에서 바뀌게 하려면 어찌해야하는지...
답변 좀 부탁드립니다.
<DIV id=SlideMenu>
<UL>
<?
// case IMG_FILTER_UBSHARPMASK: UnsharpMask($target, $filter[arg1], $filter[arg2], $filter[arg3]);
// function UnsharpMask($img, $amount, $radius, $threshold)
$filter[type] = 99;
$filter[arg1] = 100;
$filter[arg2] = 1;
$filter[arg3] = 2;
?>
<? for ($i=0; $i<count($list); $i++) {
$ca = $i+1;
$file= $list[$i][file][0][path] .'/'. $list[$i][file][0][file];
$img_s= thumbnail($file, $img_sx, $img_sy, 0, 2, $img_q, "", $filter);
?>
<LI class=SlideMenuOut id=<?=$i?>-l
onmouseover="document.getElementById('<?=$i?>-l').className='SlideMenuOver'"
onmouseout="document.getElementById('<?=$i?>-l').className='SlideMenuOut'"><IMG
style="DISPLAY: none" height=5
src="<?=$list[$i]['href']?>"
width=9 align=absMiddle border=0 name=IMGS_MAIN_TOP_ROLL_THUMBNAIL> <IMG
onmouseover=MainTopRoll.alterImage(<?=$i?>) style="CURSOR: pointer" height=50
src="<?=$img_s?>"
width=50 border=0> </LI><? } ?>
</UL></DIV>
이부분 인거 같은데.
까막눈이라;;
http://sotonghall.com/2009/bbs/list.php?id=faq&PHPSESSID=2794d9ec673cb88af5572edfd8d72b37
여기서 배너 클릭하면 됩니다.
그누보드를 쉽게 접근 할 수 가없네요..''
그누보드 최신게시물을
아이프레임으로 불러왔는데.
이걸 클릭하면...
아이프레임에서 창이 바뀌더라구요.
이걸 아이프레임이 아니라...
원래 창에서 바뀌게 하려면 어찌해야하는지...
답변 좀 부탁드립니다.
<DIV id=SlideMenu>
<UL>
<?
// case IMG_FILTER_UBSHARPMASK: UnsharpMask($target, $filter[arg1], $filter[arg2], $filter[arg3]);
// function UnsharpMask($img, $amount, $radius, $threshold)
$filter[type] = 99;
$filter[arg1] = 100;
$filter[arg2] = 1;
$filter[arg3] = 2;
?>
<? for ($i=0; $i<count($list); $i++) {
$ca = $i+1;
$file= $list[$i][file][0][path] .'/'. $list[$i][file][0][file];
$img_s= thumbnail($file, $img_sx, $img_sy, 0, 2, $img_q, "", $filter);
?>
<LI class=SlideMenuOut id=<?=$i?>-l
onmouseover="document.getElementById('<?=$i?>-l').className='SlideMenuOver'"
onmouseout="document.getElementById('<?=$i?>-l').className='SlideMenuOut'"><IMG
style="DISPLAY: none" height=5
src="<?=$list[$i]['href']?>"
width=9 align=absMiddle border=0 name=IMGS_MAIN_TOP_ROLL_THUMBNAIL> <IMG
onmouseover=MainTopRoll.alterImage(<?=$i?>) style="CURSOR: pointer" height=50
src="<?=$img_s?>"
width=50 border=0> </LI><? } ?>
</UL></DIV>
이부분 인거 같은데.
까막눈이라;;
http://sotonghall.com/2009/bbs/list.php?id=faq&PHPSESSID=2794d9ec673cb88af5572edfd8d72b37
여기서 배너 클릭하면 됩니다.
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 7개
아니면 .. 현재의 창에서 변하는걸 말씀 하시는 건가요 ??
배너를 누르면 페이지가 거기서 바뀌더라구요.
이렇게 하면 되지 않을까요 ^^;;
이부분을
top.location.href='<?=$list[$i]['href']?>';
이런식으로 수정했는데 안돼네요... ㅠㅠ
이건 안 먹히나요?
이런식으로 했더니 똑같은 걸요...
답변 주신 MSTUDIO님, 말러83감사합니다.^^