Vistor Message

Kuclina
by Kuclina · 8 posts
16 years ago in IMVU Homepage Codes
Posted 16 years ago · Author
Oki this is a code that when some one comes to your page it says somthn befor there name then after it just fill in the spaces i left to put your own stuff :]


Code
<script> 
allTags=document.getElementById("headerbox").innerHTML.split(">");
for(i=0;i<allTags>-1)
{
 idx=allTags[i+1].indexOf("Guest")*1;
 vName=allTags[i+1].substring(((idx<0)?0:idx+6),allTags[i+1].length-3);
 document.write("TXT YOU WANT BEFORE THEIR AVI NAME "+ vName +"  TXT YOU WANT AFTER THEIR AVI NAME");
};
</script>
Posted 16 years ago
Dosn't work omg -.-
Posted 16 years ago
Oh my god it is >.>
Posted 14 years ago
General Free Credits wrote:
I lost the visitors pop up code :evil:

do you mean this code:
Code
<script language="Javascript">
alert ("Your Text Here")
</script>
?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT