[제나플러스] 이미지를 태그 버튼화하기
본문
<? if ($update_href) { echo "<input type='button' value='編集' onClick=\"self.location='$update_href';\">"; } ?>
<? if ($delete_href) { echo "<input type='button' value='削除' onClick=\"self.location='$delete_href';\">"; } ?>
<? if ($reply_href) { echo "<input type='button' value='返信' onClick=\"self.location='$reply_href';\">"; } ?>
<? if ($delete_href) { echo "<input type='button' value='削除' onClick=\"self.location='$delete_href';\">"; } ?>
<? if ($reply_href) { echo "<input type='button' value='返信' onClick=\"self.location='$reply_href';\">"; } ?>
추천0
댓글목록 0
등록된 댓글이 없습니다.