
10/06/2003, 10:55
|
| | Fecha de Ingreso: junio-2003
Mensajes: 22
Antigüedad: 21 años, 10 meses Puntos: 0 | |
Prueba con el formulario de búsqueda;
<html>
<body>
<form method="POST" action="buscador.php">
<strong>Palabra a buscar:</strong> <input type="text" name="buscar" size="20"><br><br>
<input type="submit" value="Buscar">
</form>
</body>
</html>
__________________ :aplauso: |