게시판 본문 링크 새창으로 열기
페이지 정보
작성자운영자
본문
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
0.0 (0명)
평가해주세요. 비회원 가능! |
[script]
jQuery("#bo_v_atc a").each(function ()
{
if (jQuery(this).attr("target") == "_self")
return;
else if (jQuery(this).attr("target") !== "_self")
{jQuery(this).attr("target", "_blank");}
})
[/script]
추천0 비추천0
댓글목록
운영자님의 댓글

<!-- 본문 내용 시작 { -->
<div id="bo_v_con"><?php echo get_view_thumbnail($view['content']); ?></div>
<?php //echo $view['rich_content']; // {이미지:0} 과 같은 코드를 사용할 경우 ?>
<script>
jQuery("#bo_v_atc a").each(function ()
{
if (jQuery(this).attr("target") == "_self")
return;
else if (jQuery(this).attr("target") !== "_self")
{jQuery(this).attr("target", "_blank");}
})
</script>
<!-- } 본문 내용 끝 -->