July 2007 - Posts

0
Comments

三句标准的Dynamic Html 创建进度条 by jawance

<HTML> <HEAD> <TITLE>Recalc Example</TITLE> <STYLE> BUTTON {font-size:14;width:150} </STYLE> <SCRIPT> var timerID = null; var seconds = 0; // // This function is called when the page loads. // It sets up a couple of expressions. // function init() { A.style.setExpression("width","seconds*10"); B.setExpression("innerText","seconds.toString()"); } // // This function gets calls once a second and updates the seconds /...
Filed under: