[급함]최신글 새창 띄우는 방법요 정보
[급함]최신글 새창 띄우는 방법요
관련링크
http://hyunho.woobi.co.kr
112회 연결
본문
<a href=\"{$list[$i]['comment_href']}\">{$list[$i]['comment_cnt']}</a>
최신글에 있는 소스인데요
위소스에 target="_top" 넣어도 안되요..ㅜㅜ
방법도 알려주세요^^
댓글 전체
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\">{$list[$i]['comment_cnt']}</a>";
echo " " . $list[$i]['icon_new'];
echo "</td><td width=100>";
echo "<font color=#346767>[{$latest_date}]</font></td>";
echo " <a href=\"{$list[$i]['comment_href']}\">{$list[$i]['comment_cnt']}</a>";
echo " " . $list[$i]['icon_new'];
echo "</td><td width=100>";
echo "<font color=#346767>[{$latest_date}]</font></td>";
<a href=\"{$list[$i]['comment_href']}\" target="_blank">{$list[$i]['comment_cnt']}</a>
위소스에 target="_top" 이 아니라 target="_blank" 아닌가요?
위소스에 target="_top" 이 아니라 target="_blank" 아닌가요?
이렇게 해봤는데 안되요..
탭 최근 게시물이거든요..ㅜㅜ
탭 최근 게시물이거든요..ㅜㅜ