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