topical media & game development 
  
 
 
 
 
  
    
    
  
 professional-javascript-11-TabForwardExample.htm / htm
  <html>
      <head>
          <title>Tab Forward Example</title>
          <script type="text/javascript" src="formutil.js"></script>
      </head>
      <body>
          <p>Enter your phone number below (U.S. style  - -  #):</p>
          <form method="post" action="javascript:alert('Submitted')">
          <input type="text" size="3" maxlength="3" value="" onkeyup="FormUtil.tabForward(this)" />
          <input type="text" size="3" maxlength="3" value="" onkeyup="FormUtil.tabForward(this)" />
          <input type="text" size="4" maxlength="4" value="" onkeyup="FormUtil.tabForward(this)" /><br />
          <input type="submit" value="Submit Form" />
          </form>
      </body>
  </html>
  
  
  
(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.