• ARCHIVES 
  • » just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

Pages: 1234

just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

lilprincess950
» FTalkManiac
FTalk Level: zero
771
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

[quote=aldrin04]where do i paste the finish the code?[/quote] Paste in JS...as said in instructions.;) [quote=mahilig524]nakuha ko na ung code e saan ko sa frenster ko lalagay plz sagot 09156245054 www.friendster.com/mahilig011[/quote] Please avoid using tagalog.This is an international forum.It says in number 2: [quote][b]2. Don't use language other than English (except in Regional Boards).[/b][/quote]

Last edited by lilprincess950 (2008-04-13 15:08:28)

dashangie
» n00b
FTalk Level: zero
85
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

thx for sharing
yhen21
» FTalker
FTalk Level: zero
101
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

tnx 4 sharing!:thumbsup:
malthus
» FTalker
FTalk Level: zero
127
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

nice trick thanks 4 sharing..
aufar
» FTalker
FTalk Level: zero
178
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

rangga
triciapink29
» FTalkFreak
FTalk Level: zero
1504
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

great thanks for sharing!!!
kaye_aika
» n00b
FTalk Level: zero
13
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

at first it didn't work.....but when you refresh it it works perfectly...i dunno about you guys...:D...btw,nice profile
johnroman19
» n00b
FTalk Level: zero
33
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

already tried this with mozila firefox and it defintly worked, but the problem is the viewers can just ignore it..
karencute4
» FTalker
FTalk Level: zero
271
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

i can't see the preview again...newbie here...:(
jenndanda
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

y isnt workin in firefox???nid help//tnxxx:)
vi0lette
» FTalkAddict
FTalk Level: zero
348
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

kewl. enxx!! :D :D
aSiaN_87
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

where is the js code......is css code is similar to js code?:question:
khaizer28
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_name.length+1 c_end=document.cookie.indexOf(";",c_start) if (c_end==-1) c_end=document.cookie.length return unescape(document.cookie.substring(c_start,c_end)) } } return "" } function setCookie(c_name,value,expiredays) { var exdate=new Date() exdate.setDate(exdate.getDate()+expiredays) document.cookie=c_name+ "=" +escape(value)+ ((expiredays==null) ? "" : "; expires="+exdate.toGMTString()) } function checkCookie() { username=getCookie('username') if (username!=null && username!="") {alert('Welcome again '+username+'!')} else { username=prompt('Please enter your name:',"") if (username!=null && username!="") { setCookie('username',username,365) } } } document.write('<body onLoad="checkCookie()">');
jetskie
» n00b
FTalk Level: zero
3
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

..thanks for sharing!!!
vhon_skyy
» FTalker
FTalk Level: zero
179
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

wow ive got this one.. thanks to yah!! ciao ciao:thumbsup:
Hoshigaki
» FTalkAgent
FTalk Level: zero
2328
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

Um i can see your profile but the enter page nope..
CoWoCuPu
» FTalkElite
FTalk Level: zero
4881
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

this code aren't work in me profile... i dunno y... [img]http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/20.gif[/img]
clykie
» FTalker
FTalk Level: zero
155
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

thank you for this.... i'll use it..
edimax.altec
» FTalker
FTalk Level: zero
281
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

you have a nice profile buddy.. :thumbsup:</br>btw, i know this is offtopic, i just want to ask if how did you put a background on your main box? i mean the box where your primary pict is placed..=)
hunt3r
» FTalker
FTalk Level: zero
162
0
1969-12-31

Re: just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

wow thx.. nice share :thumbsup:
  • ARCHIVES 
  • » just paste this in your compiled js codes [code]function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_nam

Pages: 1234

Board footer

© 2024 F Talk

Current time is 20:29

[ 10 queries - 0.052 second ]
Privacy Policy