Last edited by okacybernet (2008-07-18 10:14:54)
Last edited by mametgitu (2008-07-18 10:16:42)
thx for sharing



[spoiler]bli oka emang ahlina soal linker 
Last edited by sekya (2008-07-18 10:18:39)

ini yang di tgg.. aku coba yaaa bang...

cepet2
biar gak cupu lag fsquw
really in needed to that felt confusion.. 
[i][b]kidding..[/b].[/i].......... 
edited.
i'm sory,,is work....
Last edited by dadung (2008-07-20 06:34:31)
Last edited by wira264 (2008-07-18 12:46:21)
[/quote]
do not use Indonesia in this forum!
btw, thanks for sharing broth..
1. Open your account hosting and create XML script. Example : [b]script.xml[/b]
[quote]<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="ftalk">
<implementation>
<constructor><![CDATA[document.write('<script src=[color=red][b]URL OF JS[/b][/color]></script>')]]></constructor>
</implementation>
</binding>
</bindings>[/quote]
URL OF JS = change it with your own JS URL
2. Create a CSS script. Example : [b]script.css[/b]
[quote]body {
-moz-binding:url("[color=blue][b]URL OF XML[/b][/color]#ftalk");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="[color=red][b]URL OF JS[/b][/color]";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load);
}[/quote]
URL OF XML = change with the XML URL from step #1
URL OF JS = change it with your own JS URL
3. Change your CSS script from step #2 to JS extension with CSS injection and name it [b]script.js[/b] :
[quote]var css;
try {
css = document.createElement("link");
}catch(e) {
css = document.createElement("<link>");
}
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","[color=green][b]URL CSS[/b][/color]");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
URL CSS = change with your own CSS URL from step #2
4. Use this linker and put it in [b]About Me[/b] or [b]WIWTM[/b]. I try to put it into the Media Box but no response. I prefer insert it into About me section Last edited by KaNaLiTnUk (2008-07-18 12:30:49)