Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/11/2004, 08:49
angsanchez
 
Fecha de Ingreso: octubre-2004
Ubicación: España
Mensajes: 894
Antigüedad: 20 años, 4 meses
Puntos: 3
<script>
function alTexto(txID) {
var ctl = document.getElementById("txID")
ctl.value=""
ctl.focus()
}
</script>
Debes llamar a la función porporcionando el nombre del textbox, por ejemplo
alTexto("txtunidades1")
__________________
Angel :cool: