게시글 클릭 범위 지정
<table cellspacing="0">
<tr>
<td valign=top>
<span class="glist_img">
<?if($image){?>
<a href="<?=$g4[path]?>/view.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>&page=<?=$page?>"><?=$image?></a>
<?}?></td>
<td width="100%"valign=top>
<? if ($list[$i][is_notice]) // 공지사항
echo "[공지]";
?><a href="<?=$g4[path]?>/view.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>&page=<?=$page?>"><?=$list[$i][subject]?></a><?=$icon_secret?><?=$icon_new?>
<p><a class="list_name"><?=$list[$i][wr_name]?> <span>|</span></a> <a class="list_date"><?=date("m-d",strtotime($list[$i][wr_datetime]))?><span>|</span><?=date("H:i",strtotime($list[$i][wr_datetime]))?> <span>|</span></a><a class="list_name"> 조회 : <?=$list[$i][wr_hit]?></p>
</span>
</td>
<td align="right"><?=$wr_comment?></td>
</tr>
</table>
테이블 안에 제목이나 사진을 클릭하는게 아니라
전체를 눌렀을때 링크를 걸려면 어떻게 해야할까요
<tr>
<td valign=top>
<span class="glist_img">
<?if($image){?>
<a href="<?=$g4[path]?>/view.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>&page=<?=$page?>"><?=$image?></a>
<?}?></td>
<td width="100%"valign=top>
<? if ($list[$i][is_notice]) // 공지사항
echo "[공지]";
?><a href="<?=$g4[path]?>/view.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>&page=<?=$page?>"><?=$list[$i][subject]?></a><?=$icon_secret?><?=$icon_new?>
<p><a class="list_name"><?=$list[$i][wr_name]?> <span>|</span></a> <a class="list_date"><?=date("m-d",strtotime($list[$i][wr_datetime]))?><span>|</span><?=date("H:i",strtotime($list[$i][wr_datetime]))?> <span>|</span></a><a class="list_name"> 조회 : <?=$list[$i][wr_hit]?></p>
</span>
</td>
<td align="right"><?=$wr_comment?></td>
</tr>
</table>
테이블 안에 제목이나 사진을 클릭하는게 아니라
전체를 눌렀을때 링크를 걸려면 어떻게 해야할까요
댓글 2개
12년 전
좋은 방법은 아니지만
<table cellspacing="0" onclick="javascript:location.href='<?=$list[$i][href]?>';">
혹은 링크 경로를 위 처럼 사용하시려면
<table cellspacing="0" onclick="javascript:location.href='<?=$g4[path]?>/view.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>&page=<?=$page?>';">
<table cellspacing="0" onclick="javascript:location.href='<?=$list[$i][href]?>';">
혹은 링크 경로를 위 처럼 사용하시려면
<table cellspacing="0" onclick="javascript:location.href='<?=$g4[path]?>/view.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>&page=<?=$page?>';">
12년 전
감사합니다
게시판 목록
그누4 질문답변
그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.
기존 게시물은 열람만 가능합니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 66554 | 11년 전 | 17733 | ||
| 66553 | 11년 전 | 12554 | ||
| 66552 |
alexseo
|
11년 전 | 10188 | |
| 66551 | 11년 전 | 10924 | ||
| 66550 | 11년 전 | 10496 | ||
| 66549 | 11년 전 | 11846 | ||
| 66548 | 11년 전 | 15029 | ||
| 66547 |
스타크루즈
|
11년 전 | 11493 | |
| 66546 |
kimch
|
11년 전 | 11599 | |
| 66545 | 11년 전 | 11423 | ||
| 66544 | 11년 전 | 12271 | ||
| 66543 |
별을기다리며
|
11년 전 | 14432 | |
| 66542 |
별을기다리며
|
11년 전 | 11924 | |
| 66541 | 11년 전 | 9692 | ||
| 66540 | 11년 전 | 10566 | ||
| 66539 | 11년 전 | 16399 | ||
| 66538 | 11년 전 | 10451 | ||
| 66537 | 11년 전 | 9134 | ||
| 66536 | 11년 전 | 10574 | ||
| 66535 |
alexseo
|
11년 전 | 5590 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기