|
Post by Simpsons Rule on Dec 7, 2003 18:25:28 GMT -5
|
|
raika
New Member
Posts: 1
|
Post by raika on Feb 8, 2007 13:05:53 GMT -5
..I also tried the code, in main footers, and no 's in what I wanted it to be. My forum: pinkplateau.proboards106.com/index.cgiI would want "Members" to be "Trainers", this is the code I entered: <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("Guest","Visitor"); switchit("Member","Trainer"); switchit("Members","Trainers"); // --> </script>
Could someone please help?
|
|
|
Post by Simpsons Rule on Feb 8, 2007 14:10:37 GMT -5
..I also tried the code, in main footers, and no 's in what I wanted it to be. My forum: pinkplateau.proboards106.com/index.cgiI would want "Members" to be "Trainers", this is the code I entered: <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("Guest","Visitor"); switchit("Member","Trainer"); switchit("Members","Trainers"); // --> </script>
Could someone please help? I don't see the problem... h1.ripway.com/simpsonssuck/icnoproblem.jpg
|
|
|
Post by dhampyregrl on Jul 27, 2008 19:36:10 GMT -5
I've had that happn before it because you put the code in the main header and it needs to be in the main footer for it to work.
|
|