최근게시물 제목클릭시 타겟에 출력시키기 정보
최근게시물 제목클릭시 타겟에 출력시키기본문
아래소스는 최근게시물 내용입니다
제목클릭시(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];
?>
제목클릭시(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];
?>
댓글 전체

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'>"; 가 정답입니다 감사해요
echo "<a href='{$list[$i][href]}' target='inner'>"; 가 정답입니다 감사해요