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
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 04-04-2001, 06:29 PM   #1
wizardmerlin
Confirmed User
 
Join Date: Jan 2001
Location: Porncity Sewers
Posts: 418
Using scrolling text on your site

You know, the cool scrolling text in the status window. Great for catching the attention of your surfer, and also for hiding links.

First step:

In your html body line add the following code:

body onload="typew()">

Your body line could look similar to the above statement or it can also contain other declarations to make it appear similar to:

body onload="typew()" bgcolor="#800080" text="#FFFFFF">

Next step:

Add the following code anywhere in your html BETWEEN the <body onload="typew()"> and </body> lines:

*************COPY BELOW HERE**************
script>
< !-- START HIDE

// Set variables
var curmes = 0
var a = 0
var counter = 0
var message = new Array()
message[0] = "YOUR MESSAGE LINE 1 "
message[1] = "YOUR MESSAGE LINE 2 "
var temp = ""
function typew()
{
a = a + 1
check()
window.status = message[curmes].substring(0, a)
if(a == message[curmes].length + 5)
{
curmes = curmes + 1
a = 0
}
if(curmes > 1)
{
curmes = 0
}
counter = setTimeout("typew()", 100)
}
function check()
{
if(a <= message[curmes].length)
{
if(message[curmes].substring(a, a + 1) == "")
{
a = a + 1
check()
}
}
}
// STOP HIDE -->
/script>
-->
***********END Copy****************

Don't forget to add the < before the BODY ONLOAD, the SCRIPT and the Closing /SCRIPT I took these out so it would display here.
(Let me know if you want me to email it to you.)
------------------

1000 free pics to use, get paid weekly and no minimum. $75 PER SIGNUP DAY ON MAY 4 2001




[This message has been edited by wizard (edited 04-04-2001).]
wizardmerlin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2001, 06:56 PM   #2
X-Web
Banned
 
Join Date: Mar 2001
Location: Langley, BC, Canada
Posts: 357
could u show the example of the concept..

and if u want send me email too

[email protected]

------------------
X-Webmasters.com
(50/50 percent parntership + 5 percent referals!!)
[email protected]
X-Web is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2001, 07:06 PM   #3
Kat - Fast
Confirmed User
 
Join Date: Feb 2001
Location: The bushes behind your house
Posts: 2,303
is that against AP rules?
Kat - Fast is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2001, 07:50 PM   #4
wizardmerlin
Confirmed User
 
Join Date: Jan 2001
Location: Porncity Sewers
Posts: 418
Kat.....That would be against the rules for the click pic type programs of AP. You cannot hide the Url.

Here is an example of the working page:

Click Here for an example


------------------

1000 free pics to use, get paid weekly and no minimum. $75 PER SIGNUP DAY ON MAY 4 2001

[This message has been edited by wizard (edited 04-04-2001).]
wizardmerlin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2001, 08:15 PM   #5
Floss For Life
Confirmed User
 
Join Date: Feb 2001
Location: Queens Bridge, NY
Posts: 161
more codes you put on your page.. the more bandwidth you;re going to waste and most people like to see what they are clicking.. well at least i do
Floss For Life is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2001, 08:36 PM   #6
wizardmerlin
Confirmed User
 
Join Date: Jan 2001
Location: Porncity Sewers
Posts: 418
Yes, it will slow things down a bit.

------------------

1000 free pics to use, get paid weekly and no minimum. $75 PER SIGNUP DAY ON MAY 4 2001
wizardmerlin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2001, 08:52 PM   #7
Corpsie
Confirmed User
 
Join Date: Jan 2001
Location: detroit, mi, usa
Posts: 474
that scrolling crap is really annoying
when you're trying to see where a link will lead you.

Corpsie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2001, 09:53 PM   #8
Lord Assmore
Confirmed User
 
Join Date: Mar 2001
Location: The Periphery
Posts: 588
Is this scrolling text really wise? I think it distracts the surfer and draws attention from the page contents, including your sponsor links.

Sponsor banners excluded, the less motion on a webpage, the better !
Lord Assmore is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-04-2001, 09:54 PM   #9
wizardmerlin
Confirmed User
 
Join Date: Jan 2001
Location: Porncity Sewers
Posts: 418
I don't think so lord. What if it said " Click on my hardcore banner" etc.

------------------

1000 free pics to use, get paid weekly and no minimum. $75 PER SIGNUP DAY ON MAY 4 2001
wizardmerlin 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



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.