Thứ Tư, 28 tháng 5, 2014

chữ chạy trên tab web

code:
    <title>Lớp Dạy Cắm Hoa::Dạy Cắm Hoa Chuyên Nghiệp::240A-Âu Cơ-Quảng Bá-Quảng An-Tây Hồ-Hà Nội::E-mail: hoamianh@hoamianh.com::Tel: 0909.003.005::</title>
<script>
var repeat=1 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
  titl=title.substring(start, leng) + title.substring(0, start)
  document.title=titl
  start++
  if (start==leng+1) {
    start=0
    if (repeat==0)
    return
  }
  setTimeout("titlemove()",140)
}
if (document.title)
titlemove()
</script>

link website: http://hoamianh.com/day-cam-hoa-chuyen-nghiep.html

Không có nhận xét nào:

Đăng nhận xét