演奏時間 | s2-21s-new.html | tips | |||||||
RESET | 00:00:00 |
|
5 | ||||||
時間調整 | 0 | 10 |
テーブル内の指定行にスクロール The Best Classical Music in The World ---------------------------------------------------------------------- |
|
HTML と script はソースを参照 // マーク表示 tbl1= document.getElementById("table1"); for (var i = 1 ; i <= 25 ; i ++) { // 25 は最終行の番号 var j = number[i] ; // j は設定時間 if (T2 > j) { // T2 は 経過時間 if(document.getElementById("3_" + i).innerText != "■") { document.getElementById("3_" + i).innerText ="■"; if (asc != "none") { if (i >= gyo) { var target = document.getElementById("3_" + String(i - gyo + 1)); scrollArea = document.getElementById("box"); scrollArea.scrollTop = target.offsetTop } } table1.rows[i - 1].cells[3].innerHTML = i if(i <= gyo || i == 25) { table1.rows[i - 1].cells[3].style.color = "red"; } if (T2 > "00:00:24") { stopShowing() } } } // if(t2>j) } // for i=1 |
Windows 7 SP1 Internet Explorer 11 参照 経過時間(秒数)をリアルタイムに表示する http://www.nishishi.com/javascript/2010/setinterval-passage.html 時計 T2 を取得 http://kouetu.sakura.ne.jp/annex/p58/p58.htm |