[align=center]1. Copy the codes below.
2. Replace[b] JS URL FOR FF [/b]with your own JS file for Firefox and replace JS URL FOR IE with your own JS file for Internet Explorer.
3. Save it as [b]anyname
[align=center]1. Copy the codes below.
2. Replace[b] JS URL FOR FF [/b]with your own JS file for Firefox and replace JS URL FOR IE with your own JS file for Internet Explorer.
3. Save it as [b]anyname.js [/b] and generate it in any Javascript Linker Generator.[/align]
[spoiler]selectBrowser=navigator.appName forFX="JS URL FOR FF" forIE="JS URL 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 }[/spoiler]