Log In · Register

 
 
Closed TopicStart new topic
eprop changer?, with the no eprop sign
ch33sylici0us
post Oct 10 2004, 02:49 AM
Post #1


my pet rock doesn't like you
****

Group: Member
Posts: 258
Joined: Feb 2004
Member No: 4,866



I have three links i would like to place as a new eprop button, but the only code i could find was one that only let you place one link. Could someone give me the link that also lets you replace the no eprop sign? thnx.
these are my three links:
pic 1
pic 2
pic 3

thanks everyone
 
redS2z1463
post Oct 10 2004, 04:14 AM
Post #2


Senior Member
***

Group: Member
Posts: 38
Joined: Apr 2004
Member No: 11,674



<script language=javascript>
var oldno = new Array('http://www.xanga.com/Images/noProp.gif');
var newno = new
Array('http://img.photobucket.com/albums/v255/ch33zylici0us/eprop3.jpg');
for (var i = 0; i < document.images.length; i++) {
for (var s = 0; s < oldno.length; s++){
if (document.images[i].src == oldno[s]){
neweno = document.createElement('img');
neweno.src = newno[s];
document.images[i].parentNode.replaceChild(neweno, document.images[i]);
break;
}
}
}
</script>

[COLOR=red]the code above is for the no epropz pic!

the other one i'm not sure. like mine....for 2 epropz it'll just make a double of the 1epropz pic. idk if there is a code to make them different......but like i said idk.
but hope that code above helps you!! biggrin.gif
i mean it should work cuz i use it too!
happy.gif
 
ch33sylici0us
post Oct 10 2004, 01:06 PM
Post #3


my pet rock doesn't like you
****

Group: Member
Posts: 258
Joined: Feb 2004
Member No: 4,866



Thanks but my pics arent showing up for some reason. LOOK at this topic.
 

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