loadCms_9e0059efb268487bb5948bf93c6ae78e(); function loadCms_9e0059efb268487bb5948bf93c6ae78e() { let xhr_param_9e0059efb268487bb5948bf93c6ae78e = "mode=view_cms_ajax&cms=text&vk=9e0059efb268487bb5948bf93c6ae78e&tk=67901d6e03714164811a4563ce443206"; let url_param_9e0059efb268487bb5948bf93c6ae78e = new URLSearchParams(window.location.search); let tk_9e0059efb268487bb5948bf93c6ae78e = url_param_9e0059efb268487bb5948bf93c6ae78e.get("tk"); if (null !== tk_9e0059efb268487bb5948bf93c6ae78e && "" !== tk_9e0059efb268487bb5948bf93c6ae78e) { xhr_param_9e0059efb268487bb5948bf93c6ae78e += "&tk="+tk_9e0059efb268487bb5948bf93c6ae78e; } let xhr_9e0059efb268487bb5948bf93c6ae78e = new XMLHttpRequest(); xhr_9e0059efb268487bb5948bf93c6ae78e.open("POST", "https://cms.a-pollo.jp/user/output/"); xhr_9e0059efb268487bb5948bf93c6ae78e.setRequestHeader("content-type", "application/x-www-form-urlencoded;charset=UTF-8"); xhr_9e0059efb268487bb5948bf93c6ae78e.send(xhr_param_9e0059efb268487bb5948bf93c6ae78e); xhr_9e0059efb268487bb5948bf93c6ae78e.onreadystatechange = function() { if(xhr_9e0059efb268487bb5948bf93c6ae78e.readyState === 4) { if(xhr_9e0059efb268487bb5948bf93c6ae78e.status === 200) { if (!xhr_9e0059efb268487bb5948bf93c6ae78e.responseText) { alert("誤ったURLが設定されている可能性があります。ご確認ください。"); return; } let data = JSON.parse(xhr_9e0059efb268487bb5948bf93c6ae78e.responseText); let elm = document.getElementById('cms-text-9e0059efb268487bb5948bf93c6ae78e-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_9e0059efb268487bb5948bf93c6ae78e.readyState); } } } }