There\'s a div called \"Content\":
It should be filled with data from a PHP file, by AJAX, including
I used this code, it is working fine
var arr = MyDiv.getElementsByTagName('script') for (var n = 0; n < arr.length; n++) eval(arr[n].innerHTML)//run script inside div