자세히 보기 : 클릭시 새창으로 처리 (요청 : 김진영 차장 & 김혜준대리 협의 결과)

This commit is contained in:
KNKIM 2021-12-02 17:14:02 +09:00
parent 67060cbaad
commit b19ec1d8e5

View File

@ -148,7 +148,7 @@ function fn_listPops(typeDivCd) {
<h3>${bannerItem.title }</h3> <h3>${bannerItem.title }</h3>
<p>${bannerItem.bannerDesc }</p> <p>${bannerItem.bannerDesc }</p>
<c:if test="${not empty bannerItem.url }"> <c:if test="${not empty bannerItem.url }">
<p><a href="javascript:(0)" onclick="gfn_gotoUrl('${bannerItem.url}')" class="eff">자세히 보기 &#62;</a></p> <p><a href="javascript:(0)" onclick="gfn_openNewWindow('${bannerItem.url}')" class="eff">자세히 보기 &#62;</a></p>
</c:if> </c:if>
</div> </div>
</li> </li>