loadCms_ab95e1a6ba624084a7bec29b35f84e6c(); function loadCms_ab95e1a6ba624084a7bec29b35f84e6c() { let xhr_param_ab95e1a6ba624084a7bec29b35f84e6c = "mode=view_cms_ajax&cms=custom&vk=ab95e1a6ba624084a7bec29b35f84e6c&cstacsttrk=6ac3695d39a94fe9b03fb44d7db85bd0"; let url_param_ab95e1a6ba624084a7bec29b35f84e6c = new URLSearchParams(window.location.search); let slug_ab95e1a6ba624084a7bec29b35f84e6c = url_param_ab95e1a6ba624084a7bec29b35f84e6c.get("slug"); if (null !== slug_ab95e1a6ba624084a7bec29b35f84e6c && "" !== slug_ab95e1a6ba624084a7bec29b35f84e6c) { xhr_param_ab95e1a6ba624084a7bec29b35f84e6c += "&slug="+slug_ab95e1a6ba624084a7bec29b35f84e6c; } let cstck_ab95e1a6ba624084a7bec29b35f84e6c = url_param_ab95e1a6ba624084a7bec29b35f84e6c.get("cstck"); if (null !== cstck_ab95e1a6ba624084a7bec29b35f84e6c && "" !== cstck_ab95e1a6ba624084a7bec29b35f84e6c) { xhr_param_ab95e1a6ba624084a7bec29b35f84e6c += "&cstck="+cstck_ab95e1a6ba624084a7bec29b35f84e6c; } let cstp_ab95e1a6ba624084a7bec29b35f84e6c = url_param_ab95e1a6ba624084a7bec29b35f84e6c.get("cstp[ab95e1a6ba624084a7bec29b35f84e6c]"); if (null !== cstp_ab95e1a6ba624084a7bec29b35f84e6c && "" !== cstp_ab95e1a6ba624084a7bec29b35f84e6c) { xhr_param_ab95e1a6ba624084a7bec29b35f84e6c += "&cstp="+cstp_ab95e1a6ba624084a7bec29b35f84e6c; } let xhr_ab95e1a6ba624084a7bec29b35f84e6c = new XMLHttpRequest(); xhr_ab95e1a6ba624084a7bec29b35f84e6c.open("POST", "https://cms.a-pollo.jp/user/output/"); xhr_ab95e1a6ba624084a7bec29b35f84e6c.setRequestHeader("content-type", "application/x-www-form-urlencoded;charset=UTF-8"); xhr_ab95e1a6ba624084a7bec29b35f84e6c.send(xhr_param_ab95e1a6ba624084a7bec29b35f84e6c); xhr_ab95e1a6ba624084a7bec29b35f84e6c.onreadystatechange = function() { if(xhr_ab95e1a6ba624084a7bec29b35f84e6c.readyState === 4) { if(xhr_ab95e1a6ba624084a7bec29b35f84e6c.status === 200) { if (!xhr_ab95e1a6ba624084a7bec29b35f84e6c.responseText) { alert("誤ったURLが設定されている可能性があります。ご確認ください。"); return; } let data = JSON.parse(xhr_ab95e1a6ba624084a7bec29b35f84e6c.responseText); let elm = document.getElementById('cms-custom-ab95e1a6ba624084a7bec29b35f84e6c-area'); elm.innerHTML = data.html; Array.from(elm.querySelectorAll("script")).forEach(oldScript => { const newScript = document.createElement("script"); Array.from(oldScript.attributes) .forEach( attr => newScript.setAttribute(attr.name, attr.value) ); newScript.appendChild(document.createTextNode(oldScript.innerHTML)); oldScript.parentNode.replaceChild(newScript, oldScript); }); } else { console.log("status:"+xhr_ab95e1a6ba624084a7bec29b35f84e6c.readyState); } } } } function onCmsCustomPageChange_ab95e1a6ba624084a7bec29b35f84e6c(page) { const url = new URL(window.location.href); url.searchParams.set('cstp[ab95e1a6ba624084a7bec29b35f84e6c]', page); window.history.pushState(null, '', url.toString()); loadCms_ab95e1a6ba624084a7bec29b35f84e6c(); }