[quote=ChaZ]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] = 'tracker.js'
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)
}[/quote]
Try this tutorial buddy to avoid doubled boxes..[url]http://theftalk.com/t34452-june-6-2008-Linker-Solutions-%28bandwidth-problems%29-UPDATED%21.html[/url]
Last edited by lordheinz (2008-06-14 03:37:19)