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