know how to get "previous 5" to say...., anyone? |
know how to get "previous 5" to say...., anyone? |
Feb 15 2004, 08:08 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Feb 2004 Member No: 3,834 |
Does anyone know how to get the "previous 5" on the bottom of the screen to say something else?? thanks!
|
|
|
|
![]() |
Feb 15 2004, 09:06 PM
Post
#2
|
|
|
<33 ![]() ![]() ![]() ![]() Group: Member Posts: 244 Joined: Jan 2004 Member No: 1,540 |
Well, you gotta make sure your typing it right and not deleting the needed commas and stuff.
Here's and easier one that I used before... QUOTE <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 (/previous 5/i)) links[l].innerHTML = str.replace (/previous 5/i, "PUT WHAT YOU WANT IT TO SAY HERE"); }//--> </script> Hope you that one works for you. |
|
|
|
talia7 know how to get "previous 5" to say.... Feb 15 2004, 08:08 PM
Amy Use the text replace script Feb 15 2004, 08:24 PM
talia7 for some reason that script never works for me...g... Feb 15 2004, 08:40 PM
talia7 thank you so much! Feb 15 2004, 09:24 PM
Amy No problem. Feb 15 2004, 09:31 PM
FaggetyFox pretty shibby. the replace text code worked though... Feb 16 2004, 07:39 PM
P0e1ic_F001 idontno Feb 16 2004, 08:14 PM![]() ![]() |