Help With Smilies

wxdqz

New Member
I need help. I have this textbox with a send button and a iframe and I have these smilies on my page and I need it so when you click one of the smiles it will insert that code for that smilie into the textbox so the user dosn't have to type the code for that smilie thereself. So it would kinda be like this forum so when you click on a smilie it inserts somthing like this: : ) and when you hit send it would post that to the iframe. I already have the iframe and posting part finished as you can see if you go to <!-- m --><a class="postlink" href="http://kd7pyo.infinitypages.com/chatter/chatterbox.html">http://kd7pyo.infinitypages.com/chatter/chatterbox.html</a><!-- m --> . Here is what I have sofar. I know I need more than the code below to make it work. The code below is copied from this forums source. I think this will work for putting on the smile images but I need the piece that tells it to put the smile code in the textbox.

<a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:smilie(': )')"><img src=http://www.webdeveloper.com/forum/archive/index.php/"images/smilies/smile.gif" alt="smile" border="0"></a>

Any help would be greatly appriciated. Thanks. :D
 
Back
Top