for those who have a problem ...
[b]with loader plus wvm[/b].. since this 2 script has onload function
do the ff...
just compile ur codes like this...
eg:
[quote]scriptFolder = 'ROOT FOLDER URL HERE'
scripts = new Array()
scripts[0] = 'loader.js'
scripts[1] = 'tracker.js'
scripts[2] = 'scrollsubnav.js'
scripts[3] = 'scrollphoto.js'
scripts[4] = 'reposition.js'
scripts[5] = 'addbox.js'
for(x in scripts){
myscripts = document.createElement('script')
myscripts.src = scriptFolder+scripts[x]
document.getElementsByTagName('head')[0].appendChild(myscripts)}[/quote]
sample just refresh the page:
http://profiles.friendster.com/64508247#
the loader i use is the one i posted here oki... for IE only...
no need for css injects since the loader got one already...
Last edited by switpotato (2008-03-17 15:50:37)