--------------------------------------------------------------------------
for those users whose addbox function ain't showing on ie, use marvinkamote14's method.. ( http://theftalk.com/t32479-Onload-Handler-Solution-for-the-Updated-Linker-Codes-of-The-Cradle.html ):
make 2 wvm.js files,one for ie, one for ff..
in ff, no need to change anything in ur scripts..
in ie use this:
look for the onload handler of your JS File.
<">put this code " [b]setTimeout("onProfileLoad()",4000);[/b] " after the close bracket of your onload handler.
so it will read like this:
<">then after that..
use this code:
<">change the proper urls
save it on ur ripway with .swf
it will serve as the url of ur main js script..
then use the linker!!
Last edited by darylldelfin (2008-07-18 00:01:49)
anyway.. cool profile.. hehe..
..tnx anyways..
_________________________________________________________
[img]http://h1.ripway.com/darylldelfin2/images/rock.gif[/img]
Last edited by darylldelfin (2008-06-06 06:14:51)
if u want try this...don't remove ur css injection
credits to angel & switpotato
create new files 2 ur hosting site...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]
example
save this as [b]CUTE.txt[/b]
then use this:
[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 CUTE.txt[/b]></script>')]]></constructor>
</implementation>
</binding>
</bindings>[/quote]
example
save this as [b]CUTE2.swf[/b]
then follow by this:
[quote]body {
-moz-binding:url("[b]URL of CUTE2.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 [b]CUTE3.css[/b]
then use Latest JS Linker
HIT THE LINKS...
http://theftalk.com/t31776-Latest-JS-and-CSS-linker-%28June-4%2C-2008%29-From-The-Cradle.html
i use that Linker like this
<style type='text/css'>@impo\rt url([b]URL OF CUTE3.css[/b]);</style><a href='[b]URL OF CUTE.txt[/b]' id='cradle'></a>
take care & God bless
Last edited by mabuhay (2008-06-05 01:32:11)
thx 4 sharing...
both IE and FF!
thanx 4 sharing!
btw.. angel's code (http://h1.ripway.com/thecradle/css.css) is workin now.. unlike what happened earlier, bandwidth is ok now for that file.. but i dunno if it wil last.. cause there are so many members using it.. i still suggest for u to host ur own linkers..