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



 
HomeTheAppleBytesLatest imagesMailRegisterLog in

Share | 
 

 Magic title for Blogs or any pages on the internet

View previous topic View next topic Go down 
AuthorMessage
PHOENiX.505
Administrator
Administrator


Location : Noida, India
iPoints : 63510
Warning Level : Safe

Magic title for Blogs or any pages on the internet Empty
PostSubject: Magic title for Blogs or any pages on the internet   Magic title for Blogs or any pages on the internet Icon_minitime16th March 2011, 10:44 pm

Code:

<SCRIPT language=javascript>
msg = "Welcome to my World";

msg = "..." + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
pos++;
if (pos >  msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();
    </SCRIPT>
Back to top Go down
http://www.theapplebytes.com
 

Magic title for Blogs or any pages on the internet

View previous topic View next topic Back to top 

 Similar topics

-
» Create ur Own Wifi Network without Wifi-Router OR Convert Laptop's Internet into Wifi Network
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: . . : : Tips Tricks & Tweaks : : . . :: . . : : Javascript : : . .-
Create a forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com
© Copyright TheAppleBytes | All Rights Reserved.