I\'m executing an external script, using a inside .
Now since the script executes before the pa
document.onreadystatechange = function(){ if(document.readyState === 'complete'){ /*code here*/ } }
look here: http://msdn.microsoft.com/en-us/library/ie/ms536957(v=vs.85).aspx