Ver Mensaje Individual
  #6 (permalink)  
Antiguo 13/12/2008, 11:37
Avatar de Panino5001
Panino5001
Me alejo de Omelas
 
Fecha de Ingreso: mayo-2004
Ubicación: -34.637167,-58.462984
Mensajes: 5.148
Antigüedad: 20 años, 9 meses
Puntos: 834
Respuesta: Agregar Imagen a TextArea

Algo así?:
Código PHP:
<head>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<
title>Documento sin t&iacute;tulo</title>
</
head>

<
body>
<
img src="2008/img/1.jpg" width="500" height="332" onclick="document.getElementById('t').value+='<img src=&quot;'+this.src+'&quot; />'" />
<
form id="form1" name="form1" method="post" action="">
  <
textarea name="textarea" cols="60" id="t"></textarea>
</
form>
</
body>
</
html