PDA

View Full Version : Image on a textarea?


Frank07
09-17-2008, 03:49 AM
Hello, guys!

I've been searching for days now on how to insert images right after you click them into the comment area...:o
And i found this from xanga site: http://profile.xanga.com/chatboarditem.aspx?user=Alice
I notice that when you click on the images (SuperSmileys), it will automatically add to the comment area...But how this is being done?:confused::D
Can someone help?
Thanks!:)

dntget0wned
09-25-2008, 03:03 PM
OK i checked out this page
WHAT A MESS

that isn't a normal html textarea that is an iframe that is edited by javascript
everything you type is picked up by this javascript code and put into that iframe
and when you click on a picture it adds it to that iframe
the guy who made that has a copyright on it
rebuilding that would take days