s

최근게시물 제목클릭시 타겟에 출력시키기

아래소스는 최근게시물 내용입니다
제목클릭시(subject) 지정한 타겟에서 출력되어야 합나다
타겟명은 inner 입니다
아래의 소스 어디에 target="inner" 를 삽입해야 할런지요

<?
echo $list[$i][icon_reply] . " ";
echo "<a href='{$list[$i][href]}'>";
if ($list[$i][is_notice])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i][subject]}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i][subject]}</font>";
echo "</a>";

if ($list[$i][comment_cnt])
echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i][comment_cnt]}</span></a>";

// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }

//echo " " . $list[$i][icon_new];
//echo " " . $list[$i][icon_file];
//echo " " . $list[$i][icon_link];
//echo " " . $list[$i][icon_hot];
//echo " " . $list[$i][icon_secret];
?>
|

댓글 4개

echo "<a href='{$list[$i][href]}'>"; //여기에 넣어야겠죠?
echo "<a href='{$list[$i][href]}'>" target="inner;
위와같이 넣었는데 에러가 나요 뭐가 틀린건가요
echo "<a href='{$list[$i][href]}' target='inner'>"; 아닐까요?
감사합니다
echo "<a href='{$list[$i][href]}' target='inner'>"; 가 정답입니다 감사해요
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
15년 전 조회 1,537
15년 전 조회 1,740
15년 전 조회 905
15년 전 조회 1,251
15년 전 조회 1,542
15년 전 조회 1,512
15년 전 조회 1,554
15년 전 조회 2,950
15년 전 조회 2,119
15년 전 조회 1,772
15년 전 조회 1,538
15년 전 조회 1,077
15년 전 조회 1,662
15년 전 조회 1,107
15년 전 조회 1,532
15년 전 조회 1,173
15년 전 조회 825
15년 전 조회 917
15년 전 조회 1,050
15년 전 조회 1,515