Eternal Nightmare
March 28, 2024, 02:07:23 pm
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Breaking News: We Are Growing Fast. Keep Up The Good Work Guys
 
  Home Help Search Arcade Staff List Login Register  

Change "hello" text

Pages: [1]
  Print  
Author Topic: Change "hello" text  (Read 153 times)
0 Members and 1 Guest are viewing this topic.
Crywolfz
Coding Team
Enthusiast
*

OWned +4/-2
Offline Offline

Gender: Male
My Mood: Crappy:
Posts: 134



« on: August 17, 2009, 05:56:31 pm »

Code:
<script>
var newText = "YOUR TEXT HERE";

var span = document.getElementsByTagName("span");
for(x=0;x<span.length;x++){
if(span[x].innerHTML.match(/hello/i) && span[x].parentNode.classname == "titlebg2"){
span[x].innerHTML = span[x].innerHTML.replace("Hello",newText);
};};
</script>

put your text in YOUR TEXT HERE

enjoy Smiley
Report Spam   Logged


Share on Facebook Share on Twitter



Pages: [1]
  Print  
 
Jump to:  

Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy