topical media & game development

talk show tell print

game-javascript-casual-stop-the-clock-game.htm / htm



  <!-- Paste this code into the HEAD section of your HTML document.
       You may need to change the path of the file.  -->
  
  <script type="text/javascript" src="script.js"></script>
  
  <!-- Paste this code into the BODY section of your HTML document  -->
  
  <div align="center">
  <form name="game">
    <input readonly type="text" name="timer" size="3" value="0">
    <br><br>
    <input type="button" value="Start" onclick="startClock()">
    <input type="button" value="Stop" onclick="stopClock()">
  </form>
  </div>
  <p><div align="center">
  <font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
  by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
  </div><p>
  
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.