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
eherm.. jz one question here..
can i just use this |
\/
[quote]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
}[/quote]
save as .js & use js linker?