Log In · Register

 
eprops and comments..., how do you change their names?
calvinyoon
post Aug 17 2004, 11:40 PM
Post #1


Newbie
*

Group: Member
Posts: 6
Joined: Aug 2004
Member No: 41,171



how do you change eprops and comments to other words?
 
 
Start new topic
Replies
Sp0rTzBaBii
post Sep 1 2004, 09:55 AM
Post #2


Newbie
*

Group: Member
Posts: 7
Joined: Aug 2004
Member No: 43,985



<!--Get this code at http://help.xanga.com/replacelinks.htm//-->
<script language="javascript">
<!--
var links = document.getElementsByTagName ("a");
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/d+:d+ (am|pm)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "Hugs");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "Hug");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "Kisses");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "Kiss");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "Luv Yas");
else if (str.match (/GuestBook/i)) links[l].innerHTML = str.replace (/GuestBook/i, "Leave Me Sum Luv");
}//-->
</script>
 

Posts in this topic


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