Tema: Duda ?
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/03/2004, 12:03
Avatar de Carlitos
Carlitos
Usuario no validado
 
Fecha de Ingreso: mayo-2001
Ubicación: Zaragoza
Mensajes: 1.304
Antigüedad: 23 años, 9 meses
Puntos: 25
Hola.

Prueba esto a ver si te sirve.

Código:
<script>
function agrega(careto)
{
document.forms.ppp.mensaje.value = document.forms.ppp.mensaje.value+careto
document.forms.ppp.mensaje.focus()
}
</script>
<form name="ppp">
<textarea name="mensaje" rows=6 cols=30>
</textarea>
</form>
<BUTTON TYPE="button" STYLE="font-size:1; background-color:#FFFFCC;" ONCLICK="agrega(' [:)] ');"><img src="alegre.gif"></BUTTON>
<BUTTON TYPE="button" STYLE="font-size:1; background-color:#FFFFCC;" ONCLICK="agrega(' [}:(] ');"><img src="angry.gif"></BUTTON>
<BUTTON TYPE="button" STYLE="font-size:1; background-color:#FFFFCC;" ONCLICK="agrega(' [8)] ');"><img src="cool.gif"></BUTTON>