![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/05/2006, 11:51
|
| | Fecha de Ingreso: enero-2006
Mensajes: 156
Antigüedad: 19 años Puntos: 0 | |
Tengo esto pero como hago para que funcione dentro de mi buscador en mi pagina web..
<form name="form1" method="post" action="buscador-de-seminarios-interno.php">
<table width="300" border="0">
<tr>
<td width="96" rowspan="2"><img src="index_r6_c14.jpg" width="86" height="55"></td>
<td width="194"><div align="center">
<input name="TxtPalabra" type="text" id="TxtPalabra" size="30" maxlength="50">
</div></td>
</tr>
<tr>
<td><div align="center">
<input type="submit" name="Submit" value="Buscar cursos">
</div></td>
</tr>
</table>
</form> |