停止查看Script

发布时间:2008-12-19 14:55:00 阅读次数:

-------------------------------------------------------------------------------- <script LANGUAGE="JavaScript"> /* For this script Visit http://java-scripts.net or http://wsabstract.com */ var ms = 0; var state = 0; function startstop() { if (state == 0) { state = 1; then = new Date(); then.setTime(then.getTime() - ms); } else { state = 0; now = new Date(); ms = now.getTime() - then.getTime(); document.stpw.time.value = ms; } } function swreset() { state = 0; ms = 0; document.stpw.time.value = ms; } function display() { setTimeout("display();", 50); if (state == 1) {now = new Date(); ms = now.getTime() - then.getTime(); document.stpw.time.value = ms; } } window.onload=display </script>
Time:
--------------------------------------------------------------------------------