查看完整版本: 點樣

Lokio 2006-2-25 08:04 PM

點樣

請問~整網頁戈陣點樣喺  顯示"完成"戈一行 彈一行 自己打ge字出黎嫁~~?

火爆仔 2006-3-1 02:17 PM

[quote]原帖由 [i]Lokio[/i] 於 2006-2-25 20:04 發表
請問~整網頁戈陣點樣喺  顯示"完成"戈一行 彈一行 自己打ge字出黎嫁~~? [/quote]

[code]<script language="Javascript">
<!--

myMsg = "想有咩係status bar睇就係呢樹寫, 以下既野唔駛郁"

i=0

function scrollMsg() {
    frontPart = myMsg.substring(i,myMsg.length)
    backPart = myMsg.substring(0,i)
    window.status = frontPart + backPart

    if (i < myMsg.length) {
        i++
    }
    else {
        i = 0
    }

    setTimeout("scrollMsg()",50)

}

window.onload=scrollMsg
//-->
</script>[/code]

Lokio 2006-4-5 12:41 AM

[quote]原帖由 [i]火爆仔[/i] 於 2006-3-1 02:17 PM 發表


<script language="Javascript">
<!--

myMsg = "想有咩係status bar睇就係呢樹寫, 以下既野唔駛郁"

i=0

function scrollMsg() {
    frontPart = myMsg.substring(i ... [/quote]

唔該哂wo~
頁: [1]
查看完整版本: 點樣