팝업소스 혹시 한번 봐주실 수 있을까요?ㅠ
본문
아무리 해도 팝업 이미지가 안나오네요.ㅠ
경로는 저게 맞는데요..ㅠㅠ
고수분들의 답변 꼭 부탁드려요~
<html>
<head>
<title> 전주한옥마을 패키지 여행</title>
<script language="JavaScript">
<!--
// 하루동안 팝업창 띄우지 않기
function setCookie(name,value,expiredays)
{
var todayDate = new Date();
todayDate.setDate(todayDate.getDate() + expiredays);
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}
// 윈도우 창닫기
function closeWin()
{
if(document.checkClose.ncook_{{$com_popup_idx}}.checked == true)
{
setCookie("ncook_{{$com_popup_idx}}", "done" ,1);
}
self.close();
}
//-->
</script>
<style type="text/css">
body {margin:0; padding:0; font-family:"돋움", Dotum, "굴림", Gulim; font-size:10px; line-height:140%; color:#515151;}
img {border:none;}
td {word-break:break-all;}
a {text-decoration:none; color:#515151; margin:0; padding:0;}
a:hover {text-decoration:underline;}
</style>
</head>
<body>
<!-- 하루동안 띄우지 않음 예제 소스 시작 -->
<table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
<form name="checkClose">
<tr>
<td>
<img src="{{$template}}/img/main/pakage_01.jpg">
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="ncook_{{$com_popup_idx}}" onclick="closeWin();" style='margin-bottom:-2'>하루동안 띄우지 않음
<a href="#" onclick="closeWin()"><img src='http://img.cafe24.com/images/hosting/main/icon_x.gif' style=border:0 align='absmiddle'></a>
</td>
</tr>
</form>
</table>
<!-- 하루동안 띄우지 않음 예제 소스 끝 -->
</body>
</html>
<head>
<title> 전주한옥마을 패키지 여행</title>
<script language="JavaScript">
<!--
// 하루동안 팝업창 띄우지 않기
function setCookie(name,value,expiredays)
{
var todayDate = new Date();
todayDate.setDate(todayDate.getDate() + expiredays);
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}
// 윈도우 창닫기
function closeWin()
{
if(document.checkClose.ncook_{{$com_popup_idx}}.checked == true)
{
setCookie("ncook_{{$com_popup_idx}}", "done" ,1);
}
self.close();
}
//-->
</script>
<style type="text/css">
body {margin:0; padding:0; font-family:"돋움", Dotum, "굴림", Gulim; font-size:10px; line-height:140%; color:#515151;}
img {border:none;}
td {word-break:break-all;}
a {text-decoration:none; color:#515151; margin:0; padding:0;}
a:hover {text-decoration:underline;}
</style>
</head>
<body>
<!-- 하루동안 띄우지 않음 예제 소스 시작 -->
<table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
<form name="checkClose">
<tr>
<td>
<img src="{{$template}}/img/main/pakage_01.jpg">
</td>
</tr>
<tr>
<td>
<input type="checkbox" name="ncook_{{$com_popup_idx}}" onclick="closeWin();" style='margin-bottom:-2'>하루동안 띄우지 않음
<a href="#" onclick="closeWin()"><img src='http://img.cafe24.com/images/hosting/main/icon_x.gif' style=border:0 align='absmiddle'></a>
</td>
</tr>
</form>
</table>
<!-- 하루동안 띄우지 않음 예제 소스 끝 -->
</body>
</html>
답변 2
엑박으로 나오는 이미지에서 마우스 오른쪽 버튼 누르셔서 이미지 경로 복사해서 주소창에 붙여넣어 보세요.
이미지가 잘 나오는지...
<?php echo G5_IMG_URL ?>/main/pakage_01.jpg
이미지경로를 이렇게해보세요
답변을 작성하시기 전에 로그인 해주세요.