Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 12-16-2001, 04:22 PM   #1
burn
Confirmed User
 
Join Date: Dec 2001
Posts: 507
Scrolling message in status window - how can help

I want a message to blink or scroll across in the status window of the browser when people visist my site anyone know the code for this?

burn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-16-2001, 04:24 PM   #2
Amputate Your Head
There can be only one
 
Amputate Your Head's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Somewhere else
Posts: 39,075
Yeah, I got the code for it.

------------------
Amputate Your Head is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-16-2001, 04:27 PM   #3
burn
Confirmed User
 
Join Date: Dec 2001
Posts: 507
post it
burn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-16-2001, 04:38 PM   #4
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Remove the [ ] tags & replace with < > for this to work....

Place this in the head section of your html..

[SCRIPT LANGUAGE="JavaScript"]
[!-- Begin
var hellotext = "YOUR TEXT GOES HERE!"
var thetext = "";
var started = false;
var step = 0;
var times = 1;

function welcometext() {
times--;
if (!times) {
if (!started) {
started = true;
window.status = hellotext;
setTimeout("anim()", 1);
}
thetext = hellotext;
}
}

function anim() {
step++;
if (step==7) step = 1;
if (step==1) window.status = '>===' + thetext + '===<';
if (step==2) window.status = '=>==' + thetext + '==<=';
if (step==3) window.status = '>=>=' + thetext + '=<=<';
if (step==4) window.status = '=>=>' + thetext + '<=<=';
if (step==5) window.status = '==>=' + thetext + '=<==';
if (step==6) window.status = '===>' + thetext + '<==='
setTimeout("anim()", 200);
}
// End --]
[/script]

This is just one example..

------------------
Here's Who I Use to Make My Money!
And This is my Fucking Website!

[This message has been edited by spacedog (edited 12-16-2001).]
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-16-2001, 04:38 PM   #5
shunga
Confirmed User
 
Join Date: Apr 2001
Location: Loveland
Posts: 994
You want to annoy your visitors that much?
shunga is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-16-2001, 04:53 PM   #6
burn
Confirmed User
 
Join Date: Dec 2001
Posts: 507
that script didn't do nothing
burn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-16-2001, 07:48 PM   #7
Unchilled
Confirmed User
 
Join Date: Sep 2001
Location: Somewhere in the middle of the Fucking Desert.
Posts: 125
<script language="JavaScript">

< !--
function scrollit_r2l(seed)
{
var m1 = "Add this scrolling message in your status bar. It's Easy ! Change your message to read anything you choose . . . Unchilled";

var msg = m1;
var out = " ";
var c = 1;
if (seed > 100) {
seed--;
var cmd="scrollit_r2l(" + seed + ")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0) {
for (c=0 ; c < seed ; c++) {
out+=" ";
}
out+=msg;
seed--;
var cmd="scrollit_r2l(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
var cmd="scrollit_r2l(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit_r2l(100)",100 );
}
}
}
//-->

</script>
Unchilled is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-16-2001, 07:51 PM   #8
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Post the url where you placed the code..

Did you replace the [ ] with < >..

Did you replace YOUR TEXT HERE with Your scroll message?
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-16-2001, 08:19 PM   #9
Rick55
Registered User
 
Join Date: Feb 2001
Location: Ottawa,Ontario
Posts: 63
onload=welcometext() in your body tag

------------------
Put a stripper on your desktop
Totem Cash
Gilligan's Island was the best show ever made
Rick55 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-16-2001, 09:07 PM   #10
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Quote:
Originally posted by Rick55:
onload=welcometext() in your body tag

OOPS..Yep..that's important
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-17-2001, 01:12 PM   #11
Rick55
Registered User
 
Join Date: Feb 2001
Location: Ottawa,Ontario
Posts: 63
I thought so too.



------------------
Put a stripper on your desktop
Totem Cash
Gilligan's Island was the best show ever made
Rick55 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.