![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/12/2002, 14:24
|
| | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 889
Antigüedad: 23 años, 1 mes Puntos: 4 | |
Prueba ésto:
<script>
function Borrar(form){
document.form.borrar.value = ""
}
</script>
<form name=form>
<input type="text" name="borrar" value="Clicka y borrame" onfocus="Borrar(this.form)">
Saludos! |