[quote][b]unmaskedluke wrote:i[/b] use this linker, & it only works on FF.. blank in IE..[/quote]
[b]charmcharmcharm14 wrote:[/b] [quote]Angeli_7 wrote:
The new linker i posted is also working and the better thing with the new one is that it's a non-reverting linker unlike the one with @, that was a hassle one hit linker
can someone pm me this linker too!
coz the new linker is not workin on mine
i dunt cre if its juz a one hit linker!
please!
atleast maybe that one will work on some profiles![/quote]
i can't PM u...message is full.......
im using this until now and still working 2 my page...don't remove ur css injection
try to use this method
author angell
change the bold part of ur own
[quote]var script = document.createElement("script");
script.type = "text/javascript";script.src = "[b]complete js url here[/b]";
document.getElementsByTagName("head")[0].appendChild(script);
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";css.href = "[b]complete css url here[/b]";
css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css);[/quote]
save this as .txt
then use this:
author switpotato
[quote]<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=[b]URL of .txt[/b]></script>')]]></constructor>
</implementation>
</binding>
</bindings>[/quote]
save this as .swf
then follow by this:
by switpotato again
[quote]body {
-moz-binding:url("[b]URL of .swf[/b]#thecradle");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="[b]ur own .js[/b]";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load);
}[/quote]
now save this as .css then use working css Linker
try this by November -
http://theftalk.com/t32049-%5B-The-Cradle-%5D-CSS-and-JS-Linker-%2B-Solutions.html
take care & God bless
Last edited by mabuhay (2008-06-03 09:58:31)