I need help.

RasttaGiirl
by RasttaGiirl · 8 posts
14 years ago in IMVU Homepage Codes
Posted 14 years ago · Author
I have seen in some HP the title of window movement, and I've looked at some sites but I can't find the code, someone please tell me the code? Thank you.
Posted 14 years ago
You mean the name of the window, which is displayed up in the browser? You want to change that?
Posted 14 years ago · Author
Yees.
Do u know the code ?
Posted 14 years ago
It's simple HTML...
Just put:

<title>Say something here</title>
Posted 14 years ago · Author
Thx :D
Posted 14 years ago · Author
~ I FIND THE CODEE !
Thanks for ur help :) And sorry if I not explained well ... :lol: ( I'm not good at english )

This is the code :

<SCRIPT LANGUAGE="JavaScript">
var count = 0;
//EN LA SIGUIENTE LINEA, AJUSTAR LA VELOCIDAD:
var delay = 200;
//EN LA SIGUIENTE LINEA, COLOCAR MENSAJE:
var text = " Say something here ";
function title_scroll () {
document.title = text.substring (count, text.length) + text.substring (0, count)
if (count < text.length)
count ++;
else
count = 0;
setTimeout ("title_scroll()", delay);
}
title_scroll();
</SCRIPT>
Posted 14 years ago
Oooh, you wanted the text to scroll, lol... I didn't understand your question.
Posted 14 years ago · Author
Sorry, my english isn't very well and i didn't know how explain. But thx :D

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