sbldesignz
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Where the community begins
 
HomeHome  GalleryGallery  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 Date And Time in the Title Bar

Go down 
2 posters
AuthorMessage
urios07
Newcomer
Newcomer
urios07


Male
Number of posts : 150
Age : 33
Location : (secret)
Job/hobbies : (secret)
<font color=\"cyan\">Reputation</font> :
Date And Time in the Title Bar Left_bar_bleue0 / 1000 / 100Date And Time in the Title Bar Right_bar_bleue

<font color=\"red\">Violations</font> :
Date And Time in the Title Bar Left_bar_bleue0 / 1000 / 100Date And Time in the Title Bar Right_bar_bleue

<font color=\"lightgreen\">Credit</font&g :
Date And Time in the Title Bar Left_bar_bleue0 / 1000 / 100Date And Time in the Title Bar Right_bar_bleue

Status : In a Relationship
Registration date : 2008-08-15

Date And Time in the Title Bar Empty
PostSubject: Date And Time in the Title Bar   Date And Time in the Title Bar EmptySat Aug 16, 2008 3:14 pm

Title: Clock At the Title Bar.
Credit: http://javascript.internet.com.
Tested with: NN, FF, IE7

Click Here for the Preview!

Quote :

document.write("<BODY onLoad=\"clock()\">");

function clock() {
var date = new Date()
var year = date.getYear()
var month = date.getMonth()
var day = date.getDate()
var hour = date.getHours()
var minute = date.getMinutes()
var second = date.getSeconds()
var months = new Array("", "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC")

var monthname = months[month]

if (hour > 12) {
hour = hour - 12
}

if (minute < 10) {
minute = "0" + minute
}

if (second < 10) {
second = "0" + second
}


document.title = "JLDesignz - " + monthname + " " + day + ", " + year + " - " + hour + ":" + minute + ":" + second

setTimeout("clock()", 1000)

}



Legend:


  • You can change the RED one with your own..


@mods, delete this topic if you dont want this trick..
Back to top Go down
http://www.friendster.com/comments.php?uid=31435674
JL[the_listener]
GFX Designer
GFX Designer
JL[the_listener]


Female
Number of posts : 157
Age : 31
Location : in His time
Job/hobbies : student//Forumer
<font color=\"cyan\">Reputation</font> :
Date And Time in the Title Bar Left_bar_bleue5 / 1005 / 100Date And Time in the Title Bar Right_bar_bleue

<font color=\"red\">Violations</font> :
Date And Time in the Title Bar Left_bar_bleue0 / 1000 / 100Date And Time in the Title Bar Right_bar_bleue

<font color=\"lightgreen\">Credit</font&g :
Date And Time in the Title Bar Left_bar_bleue0 / 1000 / 100Date And Time in the Title Bar Right_bar_bleue

Status : In a Relationship
Registration date : 2008-07-28

Date And Time in the Title Bar Empty
PostSubject: Re: Date And Time in the Title Bar   Date And Time in the Title Bar EmptySun Aug 17, 2008 9:49 am

nice one christian...ill save this...
Back to top Go down
http://profiles.friendster.com/teenexclusive
 
Date And Time in the Title Bar
Back to top 
Page 1 of 1
 Similar topics
-
» Customized Page Title
» What is your favorite ONLINE games at all time?

Permissions in this forum:You cannot reply to topics in this forum
sbldesignz :: Friendster Design and Development :: Friendster Tricks and Tutorials-
Jump to: