Código HTML:
<form action="pagina1.php" method="POST" > <input name="cod_articulo" type="text" value="Ingresar datos..." onclick="this.value=''" size="14" maxlength="40" /> <button type="submit" style="margin:0; padding:0; border:0;; background-color:transparent; background:url(imagesite/buscar.png); cursor: pointer; width:49px; height:20px;" id="buscar" name="buscar" value=">>" /></button> </form> <form action="pagina2.php" method="POST" > <input name="cod_articulo" type="text" value="Ingresar datos..." onclick="this.value=''" size="14" maxlength="40" /> <button type="submit" style="margin:0; padding:0; border:0;; background-color:transparent; background:url(imagesite/buscar.png); cursor: pointer; width:49px; height:20px;" id="buscar" name="buscar" value=">>" /></button> </form> <form action="pagina3.php" method="POST" > <input name="cod_articulo" type="text" value="Ingresar datos..." onclick="this.value=''" size="14" maxlength="40" /> <button type="submit" style="margin:0; padding:0; border:0;; background-color:transparent; background:url(imagesite/buscar.png); cursor: pointer; width:49px; height:20px;" id="buscar" name="buscar" value=">>" /></button> </form>
¿Se puede hacer esto? ¿Poner una palabra por ej. en el form 2 y al presionar ENTER que se procese? Así con cualquiera por supuesto.
Desde ya muchas gracias y saludos.
Marx.