Forum Moderators: open
this code it not working i don't know why
function loadScript(){
var myScript, str="sdf", path;
myScript=document.createElement("script");
myScript.src="Functions.js";
myScript.type="text/javascipt";
myScript.lang="javascript";
//document.body.appendChild(myScript);
document.getElementById("index").appendChild(myScript);
}
i really need your help