Phiên bản đầy đủ: jsB@nk » Tiêu đề » Thanh trạng thái » Chữ chạy trên thanh trạng thái
URL: https://www.javascriptbank.com/scrolling-message-in-status-bar.html
Hiệu ứng tạo ra các dòng chữ di chuyển theo hướng từ phải sang trái trên thanh trạng thái.
Phiên bản đầy đủ: jsB@nk » Tiêu đề » Thanh trạng thái » Chữ chạy trên thanh trạng thái
URL: https://www.javascriptbank.com/scrolling-message-in-status-bar.html
<SCRIPT><!--// ---------- begin dynatitle script ---------------var titul=document.title;var lt=0;function changetitle() { document.title=titul.substring(0,lt); if(lt==titul.length) { lt=0; setTimeout("changetitle()",3000) } else { lt++; setTimeout("changetitle()",200) }}changetitle();// ---------- end dynatitle script ---------------// --></SCRIPT><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->