loadCms_7774e247be1e4127ad85fff70fc3c00c(); function loadCms_7774e247be1e4127ad85fff70fc3c00c() { let xhr_param_7774e247be1e4127ad85fff70fc3c00c = "mode=view_cms_ajax&cms=custom&vk=7774e247be1e4127ad85fff70fc3c00c&cstacsttrk=25d4e69690474589b2142385304dc638"; let url_param_7774e247be1e4127ad85fff70fc3c00c = new URLSearchParams(window.location.search); let slug_7774e247be1e4127ad85fff70fc3c00c = url_param_7774e247be1e4127ad85fff70fc3c00c.get("slug"); if (null !== slug_7774e247be1e4127ad85fff70fc3c00c && "" !== slug_7774e247be1e4127ad85fff70fc3c00c) { xhr_param_7774e247be1e4127ad85fff70fc3c00c += "&slug="+slug_7774e247be1e4127ad85fff70fc3c00c; } let cstck_7774e247be1e4127ad85fff70fc3c00c = url_param_7774e247be1e4127ad85fff70fc3c00c.get("cstck"); if (null !== cstck_7774e247be1e4127ad85fff70fc3c00c && "" !== cstck_7774e247be1e4127ad85fff70fc3c00c) { xhr_param_7774e247be1e4127ad85fff70fc3c00c += "&cstck="+cstck_7774e247be1e4127ad85fff70fc3c00c; } let cstp_7774e247be1e4127ad85fff70fc3c00c = url_param_7774e247be1e4127ad85fff70fc3c00c.get("cstp[7774e247be1e4127ad85fff70fc3c00c]"); if (null !== cstp_7774e247be1e4127ad85fff70fc3c00c && "" !== cstp_7774e247be1e4127ad85fff70fc3c00c) { xhr_param_7774e247be1e4127ad85fff70fc3c00c += "&cstp="+cstp_7774e247be1e4127ad85fff70fc3c00c; } let xhr_7774e247be1e4127ad85fff70fc3c00c = new XMLHttpRequest(); xhr_7774e247be1e4127ad85fff70fc3c00c.open("POST", "https://cms.a-pollo.jp/user/output/"); xhr_7774e247be1e4127ad85fff70fc3c00c.setRequestHeader("content-type", "application/x-www-form-urlencoded;charset=UTF-8"); xhr_7774e247be1e4127ad85fff70fc3c00c.send(xhr_param_7774e247be1e4127ad85fff70fc3c00c); xhr_7774e247be1e4127ad85fff70fc3c00c.onreadystatechange = function() { if(xhr_7774e247be1e4127ad85fff70fc3c00c.readyState === 4) { if(xhr_7774e247be1e4127ad85fff70fc3c00c.status === 200) { if (!xhr_7774e247be1e4127ad85fff70fc3c00c.responseText) { alert("誤ったURLが設定されている可能性があります。ご確認ください。"); return; } let data = JSON.parse(xhr_7774e247be1e4127ad85fff70fc3c00c.responseText); let elm = document.getElementById('cms-custom-7774e247be1e4127ad85fff70fc3c00c-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_7774e247be1e4127ad85fff70fc3c00c.readyState); } } } } function onCmsCustomPageChange_7774e247be1e4127ad85fff70fc3c00c(page) { const url = new URL(window.location.href); url.searchParams.set('cstp[7774e247be1e4127ad85fff70fc3c00c]', page); window.history.pushState(null, '', url.toString()); loadCms_7774e247be1e4127ad85fff70fc3c00c(); }