hPage.com Forum
Remember Me?
Go Back   hPage.com Forum > Website editing > JavaScript

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-16-2010, 08:39 AM
Junior Member
 
Join Date: Sep 2010
Location: Yangon
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Your message running (at address)

Code:
<script language='javascript' type='text/javascript'>
msg="Thuta Sann's Horoscope Pages";
msg = "......" + msg;pos = 1;
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>
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 10:02 PM.
Archive - Top