• ARCHIVES 
  • » [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

Pages: 12

[quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

R-A-M-O-N-help
» FTalker
FTalk Level: zero
148
0
1969-12-31

[quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

[quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above...hope you like this one... :arrow: put this code on your compile js...:thumbsdown: [spoiler]<!-- Begin datetoday = new Date(); timenow=datetoday.getTime(); datetoday.setTime(timenow); thehour = datetoday.getHours(); if (thehour >= 18) display = "[b]Good Evening[/b]"; else if (thehour >=12) display = "[b]Good Afternoon[/b]"; else display = "[b]Good Morning[/b]"; alert(display); // End -->[/spoiler] just edit the [b]bold[/b] part with your messages...:) [url=http://profiles.friendster.com/ramonhelp]PREVIEW[/url][/quote]

Last edited by R-A-M-O-N-help (2009-01-31 06:01:03)

mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

please chek ur preview and testpage all i can see is white page... :crybaby: anyway thanks 4 da share
R-A-M-O-N-help
» FTalker
FTalk Level: zero
148
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

[quote=mabuhay]please chek ur preview and testpage all i can see is white page... :crybaby: anyway thanks 4 da share[/quote] updated now...
mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

Edited: sorry about that bro.. i think connection problem :D now i see ur tricks, but it said goodmorning, its afternoon already here :D

Last edited by mabuhay (2008-08-01 03:51:51)

teguh0203
» FTalkAgent
FTalk Level: zero
2408
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

thanks for sharing bro ramon :thumbsup: [spoiler]+1 repu for you [/spoiler]
R-A-M-O-N-help
» FTalker
FTalk Level: zero
148
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

[quote=teguh0203]thanks for sharing bro ramon +1 repu for you[/quote] thnx...:D :D :D

Last edited by R-A-M-O-N-help (2008-08-01 04:00:10)

---xXirukiTepe---
» SuperFTalker
FTalk Level: zero
8896
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

[b]an old trick around the web. Thanks 4 bringin it here. put some credits to the original author. Or the source. :disgust: anyway,nice job again, :D[/b]
MONDYking
» FTalker
FTalk Level: zero
126
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

asimple cool hhaa
R-A-M-O-N-help
» FTalker
FTalk Level: zero
148
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

[quote=---xXirukiTepe--]an old trick around the web. Thanks 4 bringin it here. put some credits to the original author. Or the source. anyway,nice job again,[/quote] its a tutorial on w3school...but its my original code bcuz i edit many on the code of w3school...

Last edited by R-A-M-O-N-help (2008-08-02 01:32:19)

---xXirukiTepe---
» SuperFTalker
FTalk Level: zero
8896
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

[b]nice effort, buddy, + treat 4 u,[/b]
R-A-M-O-N-help
» FTalker
FTalk Level: zero
148
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

[quote=---xXirukiTepe---]nice effort, buddy, + treat 4 u,[/quote] thnx...have a nice day...
EbengMaya
» FTalkFreak
FTalk Level: zero
1890
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

hoohohoho yummy script and very simple bro thanks for the share bro :thumbsup:
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

^yummy tastes like edible :lol: nice codes bro...like mabuhay...it greeted me good afternoon instead of good morning :lol:
R-A-M-O-N-help
» FTalker
FTalk Level: zero
148
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

[quote=mabuhay]Edited: sorry about that bro.. i think connection problem :D now i see ur tricks, but it said goodmorning, its afternoon already here :D[/quote] [quote=cklahrckiey]^yummy tastes like edible :lol: nice codes bro...like mabuhay...it greeted me good afternoon instead of good morning :lol:[/quote] sorry guys...i updated now the codes and my preview...
chezyka02
» FTalkManiac
FTalk Level: zero
737
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

nice one! thanks for da share... :D
sherwin017
» n00b
FTalk Level: zero
16
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

var ThisDate = new Date(); var ThisTime = ThisDate.getTime(); function greet() { ThisDate.setTime(ThisTime); var ThisHour = ThisDate.getHours(); if (ThisHour > 17) display = "Evening"; else if (ThisHour >12) display = "Afternoon"; else display = "Morning"; alert("Good " + display + "... Welcome to "+pageOwnerFName+" Page...") } greet();
---xXirukiTepe---
» SuperFTalker
FTalk Level: zero
8896
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

[b]^ huh? dont spam... sir... hmm[/b]
sefta
» n00b
FTalk Level: zero
22
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

nice one! thanks for da share... :D blotus@rocketmail.com
R-A-M-O-N-help
» FTalker
FTalk Level: zero
148
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

[quote=sefta]nice one! thanks for da share... blotus@rocketmail.com[/quote] thnx! hope you'll use this one... :D
kweeziia
» n00b
FTalk Level: zero
73
0
1969-12-31

Re: [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

there u go. nice one!=)
  • ARCHIVES 
  • » [quote]this code will alert the viewer [b]good morning[/b] if the time on your computer is 12:00 below, [b]good afternoon[/b] if 12:00 am above and 6:00 pm below and [b]good night[/b] if 6:00 pm above

Pages: 12

Board footer

© 2024 F Talk

Current time is 22:59

[ 10 queries - 0.029 second ]
Privacy Policy