
yes its working , but some file seems not working

-Offline- |
yaa.. btw just use the stable one 
-Offline- |

nice one .. thanks for sharing this one 
![]()



great work!!
how i wish i know how to create these stuff...
it's now working on mine.. whew..
thanks!

-Offline- |

ate monix.. sorry but can you send me again the code you gave me... pls. someone messed up my account...


-Offline- |

swit..my js is not working and I do not understand this part of the instructions 
IMPORTANT: If the window.onload creates conflicts with your other js codes with onload event handlers, change it to the one below
load()

-Offline- |

@ bob ... since tracker got... onload handler ryt...
and the codes got onload as well..
to minimize the conflict
replace this part...
from this...
get.type="text/javascript";
get.src="LINK OF YOUR JS FILE";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load);
}
to this..
get.type="text/javascript";
get.src="LINK OF YOUR JS FILE";
document.getElementsByTagName("head")[0].appendChild(get);}
load()
Refresh/Reload wrote:
I'm using the idea on this post as an alternative linker code...
It works on my codes and on my browsers(IE6 and Fx2)...
but i think it doesn't show on others IE browser... or i guess
they have to hit the GO button to load the codes... I hope
somebody can make a round to it using the codes on this
thread to be a new linker code coz i think it's possible...
sanchome wrote:
@refresh
ya its possible buddy.. but u need a combo linker for it
why dont you check the preview above.. look at the linker.. try it yself
its working fine on my other page but i just cant make it working smoothly on switpotato's layie
the prob is my code itself but just a lil modification everything works fine..
with my some test acct ..
i also implemented 2 linker lol... and it works...
slasher201994 wrote:
ate monix.. sorry but can you send me again the code you gave me... pls. someone messed up my account...
wat code ... i got no backup copy of ur file waaa if i gave it already i remove it from my host...
Last edited by switpotato (2008-05-17 16:25:57)


Thanks swit
Finally it is working after I logged out of my profile and back in all the codes are loading prefectly:D Your the best..
..thanks to angel too 
Last edited by bobcbar (2008-05-17 17:19:54)

-Offline- |
tanx for the codes!! it worked...
keep it cool you guys...
-Offline- |
body {
-moz-binding:url("LINK OF YOUR JSLOADER.SWF#thecradle");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="LINK OF YOUR JS FILE";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load);
}
IMPORTANT: If the window.onload creates conflicts with your other js codes with onload event handlers, change it to the one below
load()hi...can u give me an example of how the code would then look like when the IMPORTANT part is done??
what part should be changed?? hehe..
Last edited by RedKryptonite (2008-05-17 20:23:10)
-Offline- |

@ sanchome
heheh... what i did is inserting the codes directly to the media box
not using the import codes... it's kinda have the same result like
the new linker coz maybe they're kinda similar after all... so i'll
stick to my linker using switP codes here for a while... 
btw... Thanx SwitP for posting the codes!!
and to
Angell too... I almost forgot... 
Last edited by Refresh/Reload (2008-05-17 22:04:17)

-Offline- |

what should i put to this part swit???
LINK OF YOUR JSLOADER.SWF#thecradle
sorry,im still newbie

Last edited by tjayvalrose_02 (2008-05-17 22:57:49)


tjayvalrose_02 wrote:
what should i put to this part swit???
LINK OF YOUR JSLOADER.SWF#thecradle
sorry,im still newbie
![]()
ans:
step 3. Paste the link of your js file in the code below then save it at ripway as jsloader.swf
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=LINK OF YOUR JS FILE></script>')]]></constructor>
</implementation>
</binding>
</bindings>

get.type="text/javascript";
get.src="LINK OF YOUR JS FILE";
document.getElementsByTagName("head")[0].appendChild(get);}
load()i followed this...but some of my js codes still wont work...
and if they do, the whole code runs in an infinite loop...
any ideas???
Last edited by RedKryptonite (2008-05-18 06:48:49)
-Offline- |

-Offline- |

<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=LINK OF YOUR JS FILE></script>')]]></constructor>
</implementation>
</binding>
</bindings>
wooot,thats it..!thankz sweetie 
Last edited by tjayvalrose_02 (2008-05-18 08:43:08)


wow.. nice.. m using it now.., it works vry well.. thanks.. ![]()




-Offline- |

i used this but my css is gone
Last edited by sickofyou (2008-05-18 09:17:48)
-Offline- |

^if you paste your linker in the media box section....
please hide it with this code...
.scrapbook {display:none!important;}
RedKryptonite wrote:
i followed this...but some of my js codes still wont work...
and if they do, the whole code runs in an infinite loop...
any ideas???
sickofyou wrote:
i used this but my css is gone
and others.. sorry if u cant follow this..
i cant do no more to fix it...
just analyze and check ur codes...
have a lil patient if u wish to make ur page looks good...
good luck...
Last edited by switpotato (2008-05-18 10:29:29)
