Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/08/2011, 07:12
detectivemarti
 
Fecha de Ingreso: julio-2011
Mensajes: 25
Antigüedad: 13 años, 3 meses
Puntos: 1
Poner bien esto en php

<form action="index.php" method="post" name="buscador">
<input name="buscar" type="text" value="" onfocus="if (this.value == 'Buscar...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Buscar...';}">
<input name="buscador" type="submit" value="Buscar" >
</form>