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