Javascript DHTML Drop Down Menu Powered by dhtml-menu-builder.com

Kiểm Tra Code Online

Photoshop Online

Hộp Thư() Tin mớiThành viênQui tắc diễn đànTìm KiếmRSS
Thống Kê Diễn Đàn

Bài Viết Mới

Chủ Đề Sôi Động

TV Tích Cực

 

  • Page 1 of 1
  • 1
Diễn Đàn » Code Web » JavaScript Codes » Effect đẹp trên thanh Status Bar
Effect đẹp trên thanh Status Bar
NhuQuynhNgày: Thứ Sáu, 2011-09-16, 10:55 AM
Thành viên năng nổ
Nhóm: Administrators
Bài viết: 61
Tín Nhiệm: 0
Trạng thái: Offline
Code
<!-- this script got from www.24giokinhdoanh.tk coded by: BegoBook-->
<!-- 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  -->
<html>
<head><script LANGUAGE="JavaScript">

<!--Total Java Scripts 99 - Next Step Software-->

<!-- Begin
var Message="welcome***to***www.24giokinhdoanh.tk*****";
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  -->

<title>E:\scrolls\vertical2_.htm</title>
</head>
<body onLoad="scrollIn()">
<!-- Script Size:  1.09 KB  -->


<font face="Tahoma"><a target="_blank" href="http://www.24giokinhdoanh.tk"><span style="font-size: 8pt; text-decoration: none">JavaScript Code</span></a></font>
</body>
</html>


Kiem tra: Tai Day
2011-07-15

Diễn Đàn » Code Web » JavaScript Codes » Effect đẹp trên thanh Status Bar
  • Page 1 of 1
  • 1
Search: