Ver Mensaje Individual
  #7 (permalink)  
Antiguo 13/12/2008, 11:41
PANAFLAKIN
 
Fecha de Ingreso: septiembre-2004
Ubicación: Chihuahua Mex
Mensajes: 404
Antigüedad: 19 años, 8 meses
Puntos: 2
Respuesta: Agregar Imagen a TextArea

Cita:
Iniciado por Panino5001 Ver Mensaje
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
Panino Mil Gracias es justo lo que buscaba