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 » Chữ nhấp nháy trên thanh status bar
Chữ nhấp nháy trên thanh status bar
NewNgày: Thứ Sáu, 2011-09-16, 6:11 AM
Generalissimo
Nhóm: Administrators
Bài viết: 695
Tín Nhiệm: 1000
Trạng thái: Offline
Code

<script>
var yourwords = "BegoBook_www.24giokinhdoanh.tk";
var speed = 300;
var control = 1;
function flash()
{
   if (control == 1)
     {
       window.status=yourwords;
       control=0;
     }   
   else
     {
       window.status="";
       control=1;
     }
   setTimeout("flash()",speed);
}
</script>
<!--You can control the speed of the flashing in this script. You just need to change the speed number 300. Bigger the number the slower it goes.-->
<!-- From this part on up goes in between the HEAD tags -->

<body onLoad="flash()">

<!-- End of Status Blinker -->  
  <font face="Tahoma"><a target="_blank" href="http://www.24giokinhdoanh.tk"><span style="font-size: 8pt; text-decoration: none">JavaScript Code</span></a></font><!-- END OF SCRIPT -->


Kiem tra code: http://kinhdoanh.ucoz.com/diendan/Kiemtracode/kiemtracode.htm
2009-09-19

Diễn Đàn » Code Web » JavaScript Codes » Chữ nhấp nháy trên thanh status bar
  • Page 1 of 1
  • 1
Search: