emmmmhh
it work yipee
but then..
my wvm box got double
note:
i insert the tracker.js along w/ my js&css injection, like this:
rootFolder ='http://h1.ripway.com/myidigues/'
var myscripts = new Array()
myscripts[0] = 'file1.js'
myscripts[1] = 'file2.js'
myscripts[2] = [b]'tracker.js'[/b]
for(x in myscripts){
scriptFile = document.createElement('script')
scriptFile.src= rootFolder+myscripts[x]
document.getElementsByTagName('head')[0].appendChild(scriptFile)
}
var mycss = new Array()
mycss[0] = 'filecss1.css'
for(x in mycss){
cssFile = document.createElement('link')
cssFile.rel = 'stylesheet'
cssFile.href = rootFolder+mycss[x]
document.getElementsByTagName('head')[0].appendChild(cssFile)
}
emmmhh.. what went wrong?
can anybody help me?
thank you
big time!