[quote=bles_212000]and another you mlti js linker seems to be wrong!
[quote]// for multiple js injection
scriptFolder = [b]'url of your script folder here/[/b]'
var scripts = new Array()
scripts[0] = '
http://h1.ripway.com/blue67/WVM2/WVMcbox.js'
scripts[1] = 'file2.js'
scripts[2] = 'file3.js'
for(x in scripts){
myscripts = document.createElement('script')
myscripts.src = scriptFolder+scripts[x]
document.getElementsByTagName('head')[0].appendChild(myscripts);
}[/quote]
try to read in the first post! you have to put your script folder URL in the bold part![/quote]
[b]Please read topic number six for multiple js injection.Read the bold red part instruction.[/b]