got problem with the Linker....try this
remove ur css injection on ur js files
credits to JS LINKER FROM THE CRADLE: angel & switpotato
change the bold part of ur own
[quote]var script = document.createElement("script");
script.type = "text/javascript";script.src = "[b]OWN JS FILES.js[/b]";
document.getElementsByTagName("head")[0].appendChild(script);
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";css.href = "[b]OWN CSS FILE.css[/b]";
css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css);[/quote]
example
save this as
[b]MY OWN.txt[/b]
use the Latest JS Linker
<STYLE>@import'http://h1.ripway.com/thecradle/css.css';</STYLE>
<a href='[b]MY OWN.txt[/b]' id='cradle'></a>
chek ur tracker codes...
if u change ur original tracker codes bcoz ur wvm not work like this...
part of tracker codes
[quote]}setTimeout("onProfileLoad()",4000);
TRACKER.init();[/quote]
to my page this not working anymore
so i try to put the original one below and my page works again
[quote]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
TRACKER.init();[/quote]
i dunno if this will work to ur page
wat i mean for ur wvm
i only use traker codes for my reply comment Link and to my online chess games
but im sure ur other js codes will work again
u can try this for ur wvm problem
http://theftalk.com/t32479-Onload-Handler-Solution-for-the-Updated-Linker-Codes-of-The-Cradle.html
Last edited by mabuhay (2008-06-06 05:04:57)