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!
Last edited by lordheinz (2008-06-14 03:37:19)
btw, can you posts the link of your tracker.js?
Last edited by babyzurin (2008-06-14 14:09:30)
[b]FIRST POST UPDATED! NOW WITH ACCORDION STYLE OF TRACKER![/b]
Last edited by lordheinz (2008-06-14 15:07:43)
Guys sorry for the live preview..my profile is having some problem..i really dont know what is it..band exceeded or maybe another update done by friendster..but i assure you..this updated tracker works..il just fix my profile..
good one lordheinz