Log In · Register

 
 
Closed TopicStart new topic
smilies
ji_cabinx
post Sep 1 2004, 10:11 AM
Post #1


^_^
******

Group: Member
Posts: 1,666
Joined: Feb 2004
Member No: 4,225



Is there a script to make a code for the use of smilies in the weblog entry rather than adding the link of the image everytime?
 
TrannieL
post Sep 1 2004, 02:02 PM
Post #2


I never give 4/10
*****

Group: Member
Posts: 627
Joined: Aug 2004
Member No: 45,375



This is my code. Please change the link.

CODE
<!-- begin code provided by createblog.com -->

<script language=javascript>
var oldsmileys = new Array(
'http://www.xanga.com/Images/happy.gif',
'http://www.xanga.com/Images/sad.gif',
'http://www.xanga.com/Images/winky.gif',
'http://www.xanga.com/Images/silly.gif',
'http://www.xanga.com/Images/laughing.gif',
'http://www.xanga.com/Images/angry.gif',
'http://www.xanga.com/Images/censored.gif',
'http://www.xanga.com/Images/bitter.gif',
'http://www.xanga.com/Images/confused.gif',
'http://www.xanga.com/Images/clueless.gif',
'http://www.xanga.com/Images/wtf.gif',
'http://www.xanga.com/Images/shocked.gif',
'http://www.xanga.com/Images/stunned.gif',
'http://www.xanga.com/Images/surprised.gif',
'http://www.xanga.com/Images/whatevah.gif',
'http://www.xanga.com/Images/bummed.gif',
'http://www.xanga.com/Images/pleased.gif',
'http://www.xanga.com/Images/cool.gif',
'http://www.xanga.com/Images/blush.gif',
'http://www.xanga.com/Images/shy.gif',
'http://www.xanga.com/Images/kiss2.gif',
'http://www.xanga.com/Images/smooch.gif',
'http://www.xanga.com/Images/heart2.gif');
var newsmileys = new Array(
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/happy1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/cry1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/wink1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/cheeky1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/grin1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/angry1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/yuck1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/evil1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/blah1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/help1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/omg1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/omg1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/neutral1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/omg1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/yawn1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/eek1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/ok1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/yay1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/blush1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/cheeky1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/kiss1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/yum1.gif',
'http://img.photobucket.com/albums/v353/Trannie2shinhwa/love1.gif');
for (var i = 0; i < document.images.length; i++) {
for (var s = 0; s < oldsmileys.length; s++){
if (document.images[i].src == oldsmileys[s]){
newsmiley = document.createElement('img');
newsmiley.src = newsmileys[s];
document.images[i].parentNode.replaceChild(newsmiley, document.images[i]);
break;
}
}
}
</script>

<!-- end code provided by createblog.com -->


- Tran -
 
ohBrian
post Sep 1 2004, 02:33 PM
Post #3


ohBrian
*****

Group: Member
Posts: 556
Joined: Aug 2004
Member No: 44,625



ty
 
ji_cabinx
post Sep 1 2004, 05:38 PM
Post #4


^_^
******

Group: Member
Posts: 1,666
Joined: Feb 2004
Member No: 4,225



QUOTE
This is my code. Please change the link.

thanks!
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: