Duda verificar y salto Enter

C

carlosch

Como puedo hacer para que con presionar enter el cursor se pase de un
campo a otro (Signatura-> Autor-> ...hasta el botón)


Como se puede hacer para que se realice una verificación de cada campo
pero en forma aparte, o sea que se indique
que debe llenar signatura, o falat el autor, dependiendo de cual campo
está vacío y no en forma general !Faltan Datos¡,
Se puede?

y otra si no es mucha molestia, que al hacer clic sobre le botón
Borrar el cursor se coloque nuevamente en el
primer campo o sea en el campo Signatura.

Les agradesco lo que puedan hacer ayudarme, :).

<html>
<head>
<title>ingreso de Libros</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>

<body>
<form action="" method="get" name="frm_Insertar">
<table width="44%" align="center" cellpadding="1" cellspacing="1"
border="1">
<caption>
Ingreso de Libros
</caption>
<tr>
<td>&nbsp;</td>
<td colspan="2">&nbsp;</td>

</tr>
<tr>
<td width="22%">Signatura</td>
<td width="60%"><input type="text" name="signatura"></td>
<td width="18%">&nbsp;</td>
</tr>
<tr>
<td>Autor</td>
<td><input type="text" name="autor"></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Título</td>
<td><input type="text" name="titulo"></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Año</td>
<td><input type="text" name="ano"></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td colspan="2"><table width="77%" cellspacing="1"
cellpadding="1">
<tr>
<td width="56%">
<input type="reset" name="borrar" value="Borrar"></td>
<td width="44%"><input name="guardar" type="submit"
value="Guardar"></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top