Como lograr que al ingresar un numero de boleto (boleto), obligatoriamente salte a pedirme un el valor del boleto (vboleto) y que este sea mayor a 1.
Como puedo lograr esto, con el siguiente formulario.
Código HTML:
<form id="form1" name="form1" method="post" action="">
<table width=70% border=1 cellspacing=0 cellpadding=2 align=center>
<tr>
<td colspan=3 align=center><b>DATOS DEL TRANSPORTE</b></td>
</tr>
<tr>
<td width=40% align=right>Numero de Boleto</td>
<td width=20% align=center><input name="boleto" type="text" id="boleto" size="20" maxlength="15" /></td>
<td width=20% align=center><input name="vboleto" type="text" id="vboleto" size="15" maxlength="7" /></td>
</tr>
</table>
</form>
Desde ya agradezco cualquien informacion... Gracias