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



 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 Switching version (title bar)

Go down 
3 posters
AuthorMessage
_XiRuKi_
Moderator
Moderator
_XiRuKi_


Number of posts : 71
Age : 32
warning :
Switching version (title bar) Left_bar_bleue0 / 1000 / 100Switching version (title bar) Right_bar_bleue

Registration date : 2008-05-01

Switching version (title bar) Empty
PostSubject: Switching version (title bar)   Switching version (title bar) Icon_minitimeFri May 02, 2008 8:38 am

description:

switching messages

USE A JAVASCRIPT FILE

Quote :
<!--
var message = new Array ();
var delay = 5000; // Sets the delay between switching messages
var currMessage = 1;

message[1] = "TEXT 1";
message[2] = "TEXT 2";
message[3] = "TEXT 3";

function changer() {
document.title = (message[currMessage++]);
setTimeout("changer()",delay);
currMessage = ((currMessage >= message.length) ? 1 : currMessage);
}

changer ();

// end hide -->

you can add more texts:

just add this code:

message[4] = "TEXT here";
message[5] = "TEXT here";
message[6] = "TEXT here";

and so on...


unknown author: ^^
Back to top Go down
migearl28
Moderator
Moderator
migearl28


Female
Number of posts : 12
Age : 33
Location : cebu city
warning :
Switching version (title bar) Left_bar_bleue0 / 1000 / 100Switching version (title bar) Right_bar_bleue

Registration date : 2008-05-04

Switching version (title bar) Empty
PostSubject: Re: Switching version (title bar)   Switching version (title bar) Icon_minitimeSun May 04, 2008 4:11 am

i really wanted to ask what are this codes for? what would be it's use? and how doest it look like?
Back to top Go down
lady_end
New Member
New Member
lady_end


Female
Number of posts : 33
Age : 29
Location : XiTy oF Love
warning :
Switching version (title bar) Left_bar_bleue0 / 1000 / 100Switching version (title bar) Right_bar_bleue

Registration date : 2008-05-09

Switching version (title bar) Empty
PostSubject: Re: Switching version (title bar)   Switching version (title bar) Icon_minitimeFri May 09, 2008 7:19 am

weeeeeeeeeee!!
enx for sharin siz!
kip n sharin!
Back to top Go down
http://profiles.friendster.com/ladygerlynpink
Sponsored content





Switching version (title bar) Empty
PostSubject: Re: Switching version (title bar)   Switching version (title bar) Icon_minitime

Back to top Go down
 
Switching version (title bar)
Back to top 
Page 1 of 1
 Similar topics
-
» warcraft version 1

Permissions in this forum:You cannot reply to topics in this forum
Shadow Designz :: Friendster CSS and Crossovers :: Add ons-
Jump to: