|
Post by Bradley on Aug 31, 2005 17:49:20 GMT -5
A crossbrowser version of the popular switch it code.
Global Footers
<script type="text/javascript"> <!-- var fonts = document.getElementsByTagName("font");var i; function SwitchItCb(text,rep){ if(!location.href.match("action=headersfooters")){ for(i=0;i<fonts.length;i++){ if(fonts.item(i).innerHTML.match(text)){ fonts.item(i).innerHTML = fonts.item(i).innerHTML.replace(text,rep); } } } } SwitchItCb("The", "Teh"); SwitchItCb("Area", "\"Area\""); // --> </script>
Text to change Text to change it to
|
|