code for changing subscriptions names?, please? |
code for changing subscriptions names?, please? |
Oct 1 2004, 06:24 PM
Post
#1
|
|
![]() i'm on the sidelines, playing my kick arse rock music ![]() ![]() ![]() Group: Member Posts: 70 Joined: Jul 2004 Member No: 33,143 |
Sorry if someone has asked this before, but does anyone know that code? Thanks in advance.
|
|
|
|
![]() |
Oct 28 2004, 04:05 AM
Post
#2
|
|
![]() my own special world... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 465 Joined: Oct 2004 Member No: 54,648 |
QUOTE hey....i tried that...and it didnt work...this is what i did <!-- begin code provided by createblog.com --> <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 (/http//www.xanga.com/nightphire_inc/i)) links[l].innerHTML = str.replace (/http//www.xanga.com/nightphire_inc/i, "dante"); else if (str.match (/http//www.xanga.com/omega_black_x/i)) links[l].innerHTML = str.replace (/http//www.xanga.com/omega_black_x/i, "glen"); bla bla bla bla bla...etc. }//--> </script> <!-- end code provided by createblog.com --> look at my site...[/COLOR[COLOR=blue]]My xAnGa can u pleez help me? QUOTE (/http//www.xanga.com/nightphire_inc/i)) links[l].innerHTML = str.replace (/http//www.xanga.com/nightphire_inc/i, "dante"); for the first one u need to put the persons name QUOTE (/NAME1/i))
|
|
|
|
PETER_PARKER code for changing subscriptions names? Oct 1 2004, 06:24 PM
moorepocket here is the code. change what i wrote in caps
COD... Oct 1 2004, 06:26 PM
Sherry_Vu use the "replace any link text" script f... Oct 1 2004, 06:26 PM
C.Lime.Jello. Blah....
CODEBOX: -> right click -> copy/paste
... Oct 1 2004, 06:27 PM
bEaUtIfUl_SmIlE hey....i tried that...and it didnt work...this is ... Oct 27 2004, 10:48 PM![]() ![]() |