
23/06/2004, 07:43
|
 | | | Fecha de Ingreso: mayo-2004
Mensajes: 1.266
Antigüedad: 20 años, 9 meses Puntos: 2 | |
<html>
<head>
function poner(este_texto) {
document.forms[0].el_textarea.value += este_texto;
}
</head>
<body>
<form>
<textarea name="el_textarea"></textarea>
<img src="imagen.jpg" onclick="poner('; -)')" style="cursor:hand">
</form>
<body>
</html>
Última edición por living; 23/06/2004 a las 07:44 |