Current location: Hot Scripts Forums » General Web Coding » JavaScript » emoticons


emoticons

Reply
  #1 (permalink)  
Old 03-14-05, 03:26 PM
misterman misterman is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Talking emoticons

i'm in the need of some help.

i got a edit box and i got pictures of smilies but now i want that when i click on a smilies it pastes the code <img scr="blablabla"> in the message box. But i don't knwo how to do it could some one help please?
Reply With Quote
  #2 (permalink)  
Old 03-15-05, 05:35 PM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
Code:
<script>
function InsertEmoticon(filename){
 document.getElementById('textbox_id').value+="<img src='"+filename+"'>"
}
</script>
Use an onclick event for the emoticon pictures that look something like this:
<img src="emoticon1.gif" onclick="InsertEmoticon(this.src)">
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
surf emoticons for msn messenger clau_ti The Lounge 1 11-08-03 09:55 AM


All times are GMT -5. The time now is 10:43 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.