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

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    {Code 4 you ID.}1™

    ลำดับตอนที่ #55 : ::; C o D e ตั ว ห นั ง สื อ แ บ บค า ร า โ อ เก ะ ;::

    • อัปเดตล่าสุด 27 ต.ค. 50


    <SCRIPT

    language=JavaScript1.2>
    var message="ใส่ข้อความ "
    var neonbasecolor="red" 
    var neontextcolor="blue"
    var flashspeed=100  // ความเร็วในเสี้ยววินาที  ในที่นี้ 100

    var n=0
    if (document.all){
    document.write('<font color="'+neonbasecolor+'">')
    for (m=0;m<message.length;m++)
    document.write('<span id="neonlight">'+message.charAt

    (m)+'</span>')
    document.write('</font>')
    //cache reference to neonlight array
    var tempref=document.all.neonlight
    }
    else
    document.write(message)
    function neon(){
    //Change all letters to base color
    if (n==0){
    for (m=0;m<message.length;m++)
    tempref[m].style.color=neonbasecolor
    }
    //cycle through and change individual letters to neon color
    tempref[n].style.color=neontextcolor
    if (n<tempref.length-1)
    n++
    else{
    n=0
    clearInterval(flashing)
    setTimeout("beginneon()",1500)
    return
    }
    }
    function beginneon(){
    if (document.all)
    flashing=setInterval("neon()",flashspeed)
    }
    beginneon()

    </SCRIPT>

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

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

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

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

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

    ความคิดเห็น

    ×