빌라 투어신청

매물투어 서비스

원하시는 지역! 원하시는 조건! 고객님게 딱 맞는 매물을 전문 컨설턴트와 함게 여행하듯 확인하는 나만의 매물 투어 서비스. 이제 고객님이 원하시는 시간, 장소에서 시작하는 나에게 꼭 맞는 나만의 매물 투어 서비스를 경험하세요.

투어일자
투어시간
신청구분
신청지역
이름
연락처
상세내용
alert("투어신청이 완료 되었습니다."); location.href='/tour'; } } }); function tour_chk(){ if( $('input[name="privacy_collection"]:checked').val() != 'on' ) { alert('이용약관 동의해 주시기 바랍니다.'); return false; } if( $('.tour_date').val() == '0000-00-00' ) { alert('투어일자를 선택해 주시기 바랍니다.'); $('.tour_date').focus(); return false; } if( $('input[name="tour_time"]:checked').val() == '' ) { alert('신청시간을 선택해 주시기 바랍니다.'); $('.tour_time').focus(); return false; } if( $('input[name="apply_type"]:checked').val() == '' ) { alert('신청구분을 선택해 주시기 바랍니다.'); $('.apply_type').focus(); return false; } if( $('#name').val() == '' ) { alert('이름을 입력해 주시기 바랍니다.'); $('#name').focus(); return false; } if( $('#hp').val() == '' ) { alert('연락처를 입력해 주시기 바랍니다.'); $('#hp').focus(); return false; } captcha_code = document.getElementById('captcha_text').value; if(captcha_code){ return true; } else { alert('자동 글쓰기 방지 텍스트를 입력해주세요.'); return false; } } function itemendpriceinputform(id,orderenddate){ $.ajax({ url:"/itemendprice/itemendpriceinputform/"+id+"/list/"+orderenddate, type:"GET", error:function(request,status,error){ }, success:function(data){ $("#orderendpriceArea").html(data); } }); }
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; }); }