Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/05/2008, 05:35
layker
 
Fecha de Ingreso: noviembre-2007
Mensajes: 264
Antigüedad: 16 años, 6 meses
Puntos: 0
Como insertar iconos en texarea

Buenas tengo en mi web este codigo, quiero que al pinchar en un icono se añada al texarea:
Cita:
<form method="post" action="aa.php">
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<td>Mensaje: <br>
<input type="submit" value="Enviar" class="campo">
</td>
<td>
<textarea name="mensaje" class="campo" cols="40" rows="3" id="mensaje">
</textarea>
</td>
</tr>
</form>


<table border="0" align="center">
<tr>

<td><a href="#">
<img src="mood_001.bmp" width="18" height="18" border="0"></a></td>

<td><a href="#">
<img src="mood_002.bmp" width="18" height="18" border="0"></a></td>

<td><a href="#">
<img src="mood_003.bmp" width="18" height="18" border="0"></a></td>

.
.
.
.
.
.

<td><a href="#">
<img src="mood_020.bmp" width="18" height="18" border="0"></a></td>
</tr>
</table>
he probao aluns script que he visto por ahi pero no m funcionan alguien m podria dcir como hacerlo??