ตั้งค่าการอ่าน

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    ★ CODEHI5, TIP ETC.. .

    ลำดับตอนที่ #176 : HI5>>โค้ดข้อความเลื่อนในแถบ titlebar

    • เนื้อหาตอนนี้เปิดให้อ่าน
    • 2.17K
      0
      27 มี.ค. 51

    <!--tapopo.hi5.com -->
    var message="ข้อความที่จะแสดง"
    var message=message+" "
    i="0"
    var temptitle=""
    var speed="170"
    function titler(){
    if (!document.all&&!document.getElementById)
    return
    document.title=temptitle+message.charAt(i)
    temptitle=temptitle+message.charAt(i)
    i++
    if(i==message.length)
    {
    i="0"
    temptitle=""
    }
    setTimeout("titler()",speed)
    }

    titler()

    // -->

    ติดตามเรื่องนี้
    เก็บเข้าคอลเล็กชัน

    นิยายที่ผู้อ่านนิยมอ่านต่อ ดูทั้งหมด

    loading
    กำลังโหลด...

    อีบุ๊ก ดูทั้งหมด

    loading
    กำลังโหลด...

    ความคิดเห็น

    ×