Necesito enviar el formulario con la tecla enter, no necesariamente presionando boton buscar.
Quien podria ayudarme adicionandole esta funcionalidad al formulario.
De ante mano gracias.
Código HTML:
<form action="gcstockbod010.php" method="get"> <table width=85% border=1 cellspacing=0 cellpadding=2 align=center id=linea> <tr class="datos"> <td colspan=2 bgcolor="#00379B" id=linea><span class="Estilo1">Búsqueda de Productos</span></td> </tr> <tr> <td width=40% id=linea> <input name="filtro" type="radio" value="1" />Con Foto <input name="filtro" type="radio" value="0" />Sin Foto <input name="filtro" type="radio" value="2" checked="checked" />Ambos </td> <td width=65% align=center valign=middle id=linea> <input name="elige" type="text" id="elige" value=".:: Codigo o Nombre de Producto ::." size="50" maxlength="40" onfocus="if(this.value !=''){this.value='';};return true;" /> <input type="submit" name="submit" value="Buscar"> </td> </tr> </table> </form>