![]() |
![]() |
![]() |
||||
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. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
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).] |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
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] |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: Feb 2001
Location: The bushes behind your house
Posts: 2,303
|
is that against AP rules?
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
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).] |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
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
![]() ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
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 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
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. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 |
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 ! ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#9 |
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 |
![]() |
![]() ![]() ![]() ![]() ![]() |