You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
366 B
2 lines
366 B
function includeHTML(){for(var e=document.getElementsByTagName("include"),t=0;t<e.length;t++){var n=e[t],a=n.getAttribute("src");a&&function(e){var t=new XMLHttpRequest;t.onreadystatechange=function(){4===this.readyState&&200===this.status&&(e.innerHTML=this.responseText)},t.open("GET",a,!0),t.send()}(n)}}document.addEventListener("DOMContentLoaded",includeHTML);
|