UK Webmaster Talk - Online Marketing - SEO


 

Clickable Images and links as smilies

This is a discussion on Clickable Images and links as smilies within the Programming Articles forums, part of the Webmaster Articles/Tutorials category; I was working on a button that when you click gives a propt box to insert image dir but on ...


Go Back   UK Webmaster Talk - Online Marketing - SEO > Webmaster Articles > Webmaster Articles/Tutorials > Programming Articles

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices

Reply

 

LinkBack Thread Tools Display Modes
Old 01-06-2005, 23:42   #1 (permalink)
WMT Addict
 
Join Date: Apr 2005
Location: Brighton,UK
Posts: 162
iTrader: 0 / 0%
asgsoft is on a distinguished road
Default Clickable Images and links as smilies

I was working on a button that when you click gives a propt box to insert image dir but on my way i made this little thing i ope it helps anyone in their shoutbox or guestbook. add the following to the head of the html page

HTML Code:
<script type="text/javascript">
<!--
function addpic(smili)
{
var original = document.form.msg.value;
             this.smili = smili;
             document.form.msg.value = original + smili;
}
//-->
</script> 
use this form. keep the names of form objects as they are.

HTML Code:
<form name="form">
<textarea name="msg" cols="50" rows="10"></textarea>
</form> 
to add the clickable images and links use this
HTML Code:
<img src="images/smilies/smile.gif" alt="Smile" width="50" height="50" style="cursor:pointer;border:0" onClick="addpic(':)')">
<a href="#" onClick="addpic(':)')" >:)</a> 
asgsoft is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
clickable, images, links, smilies

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
How would I make my images links? ShaunBurden Php and MySQL 1 12-03-2007 15:48
More Smilies Departed Comments / Suggestions 3 30-04-2005 12:54
Php Links + images form Mysql db. asgsoft Programming Articles 0 26-04-2005 18:45
Expanding Images Aaron Programming Articles 0 23-04-2005 21:53


All times are GMT +1. The time now is 19:43.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
UK Webmaster Forum © WebmasterTalk.co.uk | Design by Forbairt

Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41