고객후기 글쓰기

게시물타입
썸네일이미지

권장사이즈 : 400 x 300 px

 * 이 이미지는 메인화면에서만 노출됩니다.

첨부파일1
첨부파일2
제목
내용
이름
비밀번호
자동 글쓰기 방지
captcha
다른 문자 보기
목록
alert("문의가 등록되었습니다."); $("#quickCallForm2 input[name='name']").val(''); $("#quickCallForm2 input[name='contact']").val(''); $("#b_content").val(''); $("#item_tosAgree_quickCallForm2").attr("checked", false); }); function setCookies(name, value, days) { //1일동안 팝업 표시 X var today = new Date(); today.setDate(today.getDate() + days); today.setHours(0); today.setMinutes(0); today.setSeconds(0); document.cookie = name + "=" + escape(value) +"; path=/; expires=" + today.toUTCString() + ";" } function getCookie(name){ var nameOfCookie = name + "="; var x =0; while(x <= document.cookie.length) { var y = (x+nameOfCookie.length); if(document.cookie.substring(x,y) == nameOfCookie){ if((endOfCookie=document.cookie.indexOf(";",y))==-1) endOfCookie = document.cookie.length; return unescape(document.cookie.substring(y, endOfCookie)); } x = document.cookie.indexOf(" ",x) +1; if(x==0) break; } return ""; } $('.btn_close').on('click',function(){ popup = $(this).data('id'); $("." + popup).hide(); if($("." + popup + " input[name='pop_check']").is(":checked") == true) { setCookies(popup, "done", 1); } }); location.href = "tel: " + call_number; }); } function footer_sms_push(call_number) { item_id = ''; member_id = ''; $.post('/call/direct_sms_action', {item_id: item_id, member_id: member_id}, function() { sms_string = 'sms:010-7616-9951?body=[좋은집 구하는 전문가 빌라이브] 신축빌라 문의 드립니다.'; location.href = sms_string; }); }