Hurtfulsplash
Full Member
Jedi Warning: Seduced by the Dark Side of the Force. Expires: When the Jedi restores peace and justice to the galaxy
Posts: 902
inherit
Jedi Warning: Seduced by the Dark Side of the Force. Expires: When the Jedi restores peace and justice to the galaxy
41703
0
Oct 30, 2010 7:35:59 GMT -8
Hurtfulsplash
902
May 2005
hurtfulsplash
|
Post by Hurtfulsplash on Jun 24, 2005 4:14:02 GMT -8
This code isn't working for me and I got it from the FAQs. Does it work on text in the cat bar?
<script language=javascript> <!-- function switchit(item,item2) { var range = document.body.createTextRange(); range.collapse(true); if (location.href.indexOf("action=headersfooters") == -1 ) while (range.findText(item)) { range.text=item2; range.collapse(false); } }
switchit("Events This Month","Movies Coming Soon"); // --> </script>
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 24, 2005 4:53:56 GMT -8
That one only works in Internet Explorer. Try popping over to SSD or checking in the database for a cross-browser version.
|
|