View Full Version : Scrolling title in titlebar
DigitalBliss
04-09-2005, 12:05 AM
Is there a script that will scroll the title in the titlebar. Its kinda hard to explain here is what im trying to do.
<title><marquee>Title Here</marquee></title>
Is there a script that does that?
hemebond
04-09-2005, 12:24 AM
Why would you want to? So when someone bookmarks your site they getmy site this is?
DigitalBliss
04-09-2005, 12:29 AM
No its actually for a PM system. When theres a new message I want it to scroll new pm. I guess you do have a point about the bookmark.
Harry Armadillo
04-09-2005, 12:29 AM
<script>
function annoy(x,y){
var z='++++++++++++++++++++';
document.title=z.substr(0,x)+" Don't Do This "+z.substr(x);
y=(x<19&&x>1)?y:-y;
setTimeout('annoy('+(x-y)+','+y+')',100);
}
annoy(1,1);
</script>
DigitalBliss
04-09-2005, 12:46 AM
There we go thanks. Also is there a way to title the bookmark like a set title?
Harry Armadillo
04-09-2005, 12:52 AM
No need for a way to title the bookmark -- once you do this, no one want to come back.
:D
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.