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