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

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    ------TIP.PS#'n HI5------

    ลำดับตอนที่ #30 : --------//code*//----- ข้อความเลื่อนในtitle bar

    • อัปเดตล่าสุด 15 มี.ค. 51


    <script language="JavaScript">
    <!--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()

    // -->
    </script>

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

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

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

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

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

    ความคิดเห็น

    ×