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