This form isnt working

liunx

Guest
When i do this code it is suppose to flow to the next box <br />
but it only stops after the number of letters is reached.<br />
<br />
<BODY><br />
<br />
<center><br />
<br />
<form><br />
<table><br />
<br />
<tr><br />
<td>State <br><br />
<small><input onKeyUp="return autoTab(this, 3, event);" size="4" maxlength="2"></small><br />
</td><br />
</tr><br />
<br />
<tr><br />
<td>Zip Code <br><br />
<small><input onKeyUp="return autoTab(this, 3, event);" size="4" maxlength="5"></small> <br />
</td><br />
</tr><br />
<br />
</table><br />
</form><br />
</center><!--content-->Where did you get this script?<br />
<br />
It isn't doing anything for me except giving an error (IE 6).<!--content-->from javascript.internet.com<!--content-->what exactly is this suppose to do. if it is suppose to do tabs you don't need javascript to do it. the browser takes care of that by it's self.<!--content-->Originally posted by scoutt <br />
what exactly is this suppose to do. if it is suppose to do tabs you don't need javascript to do it. the browser takes care of that by it's self. <br />
<br />
When i do this code it is suppose to flow to the next box <br />
but it only stops after the number of letters is reached.<br />
<br />
<br />
I think you are missing a function called autoTab! e.g. autoTab(this, 3, event) <br />
<br />
Originally posted by barry42184 <br />
<br />
<BODY><br />
<br />
<center><br />
<br />
<form><br />
<table><br />
<br />
<tr><br />
<td>State <br><br />
<small><input onKeyUp="return autoTab(this, 3, event);" size="4" maxlength="2"></small><br />
</td><br />
</tr><br />
<br />
<tr><br />
<td>Zip Code <br><br />
<small><input onKeyUp="return autoTab(this, 3, event);" size="4" maxlength="5"></small> <br />
</td><br />
</tr><br />
<br />
</table><br />
</form><br />
</center><!--content-->
 
Back
Top