@ kidin.....
Inject CSS nya mungkin coba aja diganti pake yang ini...
<">Lebih simpel n 100 % bekerja....
Trus kalo WVM nya ga kerja... pake ini...
Having a problem in their WVM in IE?
Try this:
Modify the code below ( Be sure you have no other wvm codes in your main js file )
[spoiler]
[quote]Quote:
selectBrowser=navigator.appName
forFX="URL OF YOUR WVM JS FILE FOR FIREFOX"
forIE="URL OF YOUR WVM JS FILE FOR INTERNET EXPLORER"
loadWVM=document.createElement("script")
loadWVM.type="text/javascript"
navBg.appendChild(loadWVM)
if(selectBrowser.indexOf("Netscape")!=-1){
loadWVM.src=forFX
}
else{
loadWVM.src=forIE
}
Code to be Putted: Your JS main Files
ANOTHER solution:
Look for this part in your TRACKER.JS
Quote:
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
and replace it with this
Quote:
onProfileLoad()[/quote]
[/spoiler]
Bwat reader yang laen, moga2 trik ini berguna.....
Last edited by ymm0t (2008-05-29 07:55:01)