MINTA DO'ANYA BIAR LANGGENG ~Mi*El~


Home » » STATUS BAR SCROLLING MESSAGE

STATUS BAR SCROLLING MESSAGE

How about a custom scrolling message?


And here's the code:
<!-- TWO STEPS TO INSTALL WRITE AND SLIDE:
1. Paste the coding into the HEAD of your HTML document
2. Copy the onLoad event handler into the BODY tag -->
<!-- STEP ONE: Copy this code into the HEAD of your 
HTML document -->
 
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available 
free online at -->
<!-- The JavaScript Source!! http://javascript.
internet.com -->
<!-- Begin
var Message="Yet another simple scroll from TJS! 
You could 
have done it!!";
var place=1;
function scrollIn() {
window.status=Message.substring(0, place);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollOut()",300); 
} else {
place++;
window.setTimeout("scrollIn()",50); 

}
function scrollOut() {
window.status=Message.substring(place, Message.length);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollIn()", 100);
} else {
place++;
window.setTimeout("scrollOut()", 50);
}
}
// End -->

</SCRIPT>
<!-- STEP TWO: Add this onLoad event handler 
into the BODY tag -->
<BODY onLoad="scrollIn()">
<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 1.09 KB -->
Jika Anda menyukai Artikel di blog ini, Silahkan klik disini untuk berlangganan gratis via email, dengan begitu Anda akan mendapat kiriman artikel setiap ada artikel yang terbit di BLOG*ISLAM

Enter your email address:

Delivered by FeedBurner

0 komentar:

Post a Comment

 
Support : KANG WEB
Copyright © 2013. BLOG*ISLAM - All Rights Reserved
Proudly powered by Blogger