Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
[quote=babevian]Code:
selectBrowser=navigator.appName
forFX="URL OF UR WVM FOR FIREFOX"
forIE="URL OF UR WVM FOR IE"
loadWVM=document.createElement("script")
loadWVM.type="text/javascript"
navBg.appendChild(loadWVM)
if(selectBrowser.indexOf("Netscape")!=-1){
loadWVM.src=forFX
}
else{
loadWVM.src=forIE
}
where to find the URL?[/quote]
It would be the same url of ur tracker file unless you have two seperate trackers you want to use for IE and FF.