Click to See Complete Forum and Search --> : Adding to text boxes


Mazarot
04-07-2003, 05:23 AM
Hey I was wondering how to go about adding things to a message box, like the one im typing into now.
Im basicly wondering how you can do stuff like the smileys along the side of this message so you click on them and it gets added to the text area...

Nevermore
04-07-2003, 06:31 AM
You just grab the previous contents of the field, add the stuff on to the end, and then set the contents of the field as that. For an example, go to http://www32.brinkster.com/jjscripts/forfree/Smileys.html. The little picture is then added by the server when you submit the form.