리스트 삭제 스크립트를 a 로 대체

This commit is contained in:
chicpro
2013-04-23 16:37:07 +09:00
parent 4100367c66
commit e65cbf9eab
11 changed files with 9 additions and 29 deletions

View File

@ -83,7 +83,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
<td><?=$row['bn_hit']?></td>
<td class="td_smallmng">
<a href="./bannerform.php?w=u&amp;bn_id=<?=$row['bn_id']?>"><img src="./img/icon_mod.jpg" alt="배너수정"></a>
<a href="javascript:del('./bannerformupdate.php?w=d&amp;bn_id=<?=$row['bn_id']?>');"><img src="./img/icon_del.jpg" alt="배너삭제"></a>
<a href="./bannerformupdate.php?w=d&amp;bn_id=<?=$row['bn_id']?>" onclick="return delete_confirm();"><img src="./img/icon_del.jpg" alt="배너삭제"></a>
</td>
</tr>
<tr>