• ARCHIVES 
  • » [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

[quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

gibalomen
» n00b
FTalk Level: zero
6
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

Work 100% in mine
edward_d_great
» n00b
FTalk Level: zero
64
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

w0w..tnx a lot!!!
vetra9
» FTalkGeek
FTalk Level: zero
1468
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

i Will Try It But Not Work... Why? :wallbash::wallbash:
yhen21
» FTalker
FTalk Level: zero
101
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

nice!!! thanks:thumbsup:
sluurpblupblup
» FTalkAddict
FTalk Level: zero
569
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

thx for sharing.. its work on mine.... :thumbsup:
black 404
» n00b
FTalk Level: zero
81
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

[quote=feruzz]Preview [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [quote]Code if (typeof CFNAMES == "undefined") { CFNAMES = {}; } CFNAMES = { getData: null, sibling: null, init: function() { CFNAMES.getData = document.createElement("ul"); CFNAMES.getData.setAttribute("class","data"); CFNAMES.getData.innerHTML = "<li><span class=\"q\">YOUR TEXT</span></li>"+ "<li><span class=\"q\">YOUR TEXT</span></li>"+ "<li><span class=\"q\">YOUR TEXT</span></li>"+ "<li><span class=\"q\">YOUR TEXT</span></li>"+ "<li><span class=\"q\">YOUR TEXT</span></li>"+ "<li><span class=\"q\">YOUR TEXT</span></li>"+ "<li><span class=\"q\">YOUR TEXT</span>"+ "<a style=\"font-weight: normal;\" href=\"/YOUR TEXT\">YOUR TEXT</a></li>"; CFNAMES.sibling = CFNAMES.getElementsByClassName(document.getElementById("content_0"),"ul","data")[0]; CFNAMES.sibling.parentNode.replaceChild(CFNAMES.getData,CFNAMES.sibling); }, getElementsByClassName: function(oElm,sTag,sClass) { var elm = []; if (!oElm)oElm = document; if (!sTag)sTag = "*"; var els = oElm.getElementsByTagName(sTag) || document.all; for (var i=0,j=els.length;i<j;i++) { if (new RegExp(sClass).test(els[i].className))elm.push(els[i]); } return elm; } };CFNAMES.init();[/quote] you can also add a bullets....here's example if (typeof CFNAMES == "undefined") { CFNAMES = {}; } CFNAMES = { getData: null, sibling: null, init: function() { CFNAMES.getData = document.createElement("ul"); CFNAMES.getData.setAttribute("class","data"); CFNAMES.getData.innerHTML = "<li><span class=\"q\"><img src=\"YOUR BULLET URL\"> YOUR TEXT</span></li>"+ "<li><span class=\"q\"><img src=\"YOUR BULLET URL\"> YOUR TEXT</span></li>"+ "<li><span class=\"q\"><img src=\"YOUR BULLET URL\"> YOUR TEXT</span></li>"+ "<li><span class=\"q\"><img src=\"YOUR BULLET URL\"> YOUR TEXT</span></li>"+ "<li><span class=\"q\"><img src=\"YOUR BULLET URL\"> YOUR TEXT</span></li>"+ "<li><span class=\"q\"><img src=\"YOUR BULLET URL\"> YOUR TEXT</span></li>"+ "<li><span class=\"q\">My URL: </span>"+ "<a style=\"font-weight: normal;\" href=\"/YOURUSERNAME\">http://profiles.friendster.com/YOURUSERNAME</a></li>"; CFNAMES.sibling = CFNAMES.getElementsByClassName(document.getElementById("content_0"),"ul","data")[0]; CFNAMES.sibling.parentNode.replaceChild(CFNAMES.getData,CFNAMES.sibling); }, getElementsByClassName: function(oElm,sTag,sClass) { var elm = []; if (!oElm)oElm = document; if (!sTag)sTag = "*"; var els = oElm.getElementsByTagName(sTag) || document.all; for (var i=0,j=els.length;i<j;i++) { if (new RegExp(sClass).test(els[i].className))elm.push(els[i]); } return elm; } };CFNAMES.init();[/quote] Can I Make them both mixed??? i meant to make them both in one js file. thx
jugitz
» FTalkGeek
FTalk Level: zero
1214
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

i really adore sir feruzz so much.. when it comes with codes all of it works..=):thumbsup:
CoWoCuPu
» FTalkElite
FTalk Level: zero
4881
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

hahahaha... this is funny trick man... thx a lot for sharing this!!! +1 repu for ya...
merx7ii
» FTalkAddict
FTalk Level: zero
361
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

amaziing =)=D cant wait to try these new codes out!
Infamous J
» FTalkElite
FTalk Level: zero
6844
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

this is an awsome code....thanks very much i will definitely try this out :thumbsup:
anne.24
» FTalkWhiz
FTalk Level: zero
3302
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

Nicce..... :D... I'll try using this.. Thanks for sharing... heheh.. :):thumbsup:
cute_maxene
» FTalker
FTalk Level: zero
117
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

Cool.. thanks for the share haha hope it works..
budz
» n00b
FTalk Level: zero
18
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

how come when i add this trick, my other tricks won't show up? :wallbash: waaaahhhhhh. :penguin:
rohandy
» FTalker
FTalk Level: zero
112
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

:thumbsup::thumbsup::thumbsup::thumbsup::thumbsup: seep,, bikin fs jd gokil... :D:D:D
shittykid21
» FTalker
FTalk Level: zero
221
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

thanks por sharing:D
dekha_21
» FTalkManiac
FTalk Level: zero
793
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

[quote=rohandy]seep,, bikin fs jd gokil...[/quote] this is International section not regional sction,, so please use English man...
jaeszil
» FTalker
FTalk Level: zero
101
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

...nyc...nyc...nyc... ...nice one... ...tnx 4 sharing....=)
recoba20
» n00b
FTalk Level: zero
36
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

where should i put the code? at the bottom of my external js file or ... ?
tanchipotpot
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

its perfectly working.. thanks!
Mul
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

double quote i don't understand
  • ARCHIVES 
  • » [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

Board footer

© 2024 F Talk

Current time is 18:52

[ 9 queries - 0.044 second ]
Privacy Policy