Eternal Nightmare
December 07, 2023, 03:39:38 pm
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
Forever
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
Eternal Nightmare
>
Forum
>
Coding Community
>
Coding Gallery
>
Change "hello" text
Pages: [
1
]
« previous
next »
Print
Author
Topic: Change "hello" text (Read 140 times)
Crywolfz
Coding Team
Enthusiast
OWned +4/-2
Offline
Gender:
My Mood: Crappy:
Posts: 134
Change "hello" text
«
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
Report Spam
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
VOTE!!
-----------------------------
=> Voting
-----------------------------
Newbies
-----------------------------
=> News And Announcements
=> Introductions
=> Staff Application
-----------------------------
General Community
-----------------------------
=> Off Topic
=> Music
=> Forum Games
=> Games
=> Rant
=> Anime
=> Tv/Movie
-----------------------------
Coding Community
-----------------------------
=> Coding Discussion
=> Coding Gallery
=> Code Requests
===> Complete Requests
=> Tutorial
-----------------------------
Wrestling Community
-----------------------------
=> World Wrestling Entertainment
=> Total Non-Stop Action
-----------------------------
Flash Stuff
-----------------------------
=> Flash Tutorials
=> Submissions
-----------------------------
Eternal Nightmare's Graphics School
-----------------------------
===> Demon Reap's Classes
-----------------------------
Sig Of The Week Competition
-----------------------------
=> SOTW Discussion
=> SOTW Entrys
=> SOTW Voting
===> SOTW Winners
-----------------------------
Graphics Community
-----------------------------
=> Skins/Stylesheets
===> Request
===> Showcase
=> Graphics Request
=> Show Off
===> Graphic Gifts
=> Graphic Tutorials
=> Graphic Resources
-----------------------------
Advertising
-----------------------------
=> Advertise
===> Approved
===> Disapproved
=> Affiliate
-----------------------------
Site
-----------------------------
=> Comments & Suggestions
=> Report Abuse
Powered by
EzPortal
Loading...