»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 08-19-2003, 01:54 PM   #1 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
Kids Whats it called

Whats it called when you have banners or headers that appear at random? This is a example: I visit the same site all the time and every time I get a different banner but if I stay for a while on the same page I get the same banner (image) when I refresh it changes?

__________________
((*
*))
((*
*))
atomicstomp is offline   Reply With Quote
Old 08-19-2003, 01:57 PM   #2 (permalink)
Registered User
 
Urban_Squrill's Avatar
 
Join Date: Nov 2002
Location: Kalispell, Montana
Posts: 1,653
Urban_Squrill is on a distinguished road
Send a message via AIM to Urban_Squrill Send a message via Yahoo to Urban_Squrill
I think its just some html script that loads a random file form a folder.
__________________
Urban is back.
And yes that is how you spell my name. I am living proof that 2+2=5
dontforget/rgdesb
Urban_Squrill is offline   Reply With Quote
Old 08-19-2003, 02:01 PM   #3 (permalink)
Registered User
 
ben-the-slacker's Avatar
 
Join Date: Nov 2001
Location: MSU
Posts: 1,076
ben-the-slacker is on a distinguished road
You mean like those link advertisement things? Wasn't there a service a long time ago like that called LinkAdvantage or something?
ben-the-slacker is offline   Reply With Quote
Old 08-19-2003, 02:03 PM   #4 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
Where would one find script like that?
__________________
((*
*))
((*
*))
atomicstomp is offline   Reply With Quote
Old 08-19-2003, 02:06 PM   #5 (permalink)
Registered User
 
ben-the-slacker's Avatar
 
Join Date: Nov 2001
Location: MSU
Posts: 1,076
ben-the-slacker is on a distinguished road
I dunno. Why would you want advertiement on your webpage? I think the way LinkAdvantage did it was for you to sign up, then provide you with some kind of JavaScript that you can copy+paste into your webpage to make that thing show up. But that was a long time ago.
ben-the-slacker is offline   Reply With Quote
Old 08-19-2003, 02:06 PM   #6 (permalink)
Registered User
 
Carl-cox-'s Avatar
 
Join Date: Nov 2002
Location: Kent England
Posts: 235
Carl-cox- is on a distinguished road
i would say it uses a php or perl script

heres one here

http://www.hotscripts.com/Detailed/25186.html
Carl-cox- is offline   Reply With Quote
Old 08-19-2003, 02:12 PM   #7 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
I may be saying it wrong. I don't want a ad I want to have the image at the top of my page change on each new visit like this page hit refresh and you get a different image.
check it out
How do you do that?
__________________
((*
*))
((*
*))

Last edited by atomicstomp; 08-20-2003 at 10:36 AM.
atomicstomp is offline   Reply With Quote
Old 08-20-2003, 12:17 PM   #8 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
Do I have to use sever side scripting or can I do it in Javascript?
I have started to put the images in .html files incase I can do some sort of file call in to a table??
__________________
((*
*))
((*
*))
atomicstomp is offline   Reply With Quote
Old 08-20-2003, 12:54 PM   #9 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
I would think this would work be it is not can anyone see whats wrong?

<script language="JavaScript">
<!=Hide from old browsers
var banners = new array()
banners[0] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\AtomicSnowboardInAir.jpg"
banners[1] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\BaseCamp@Nigth.jpg"
banners[2] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\BaseCampWsnowbaorders@Nigth.jpg"
banners[3] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\BaseLodgeWflags.jpg"
banners[4] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\BCamp@Nigth.jpg"
banners[5] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\Blodge.jpg"
banners[6] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\Dan_Heading_To_Glades.jpg"
banners[7] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\Dan_In_Glades.jpg"
banners[8] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\doug_e.psd.jpg"
banners[9] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\PPLonLift.psd.jpg"
banners[10] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\SkierGoingBig(2).jpg"
banners[11] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\Tenney_from_far.psd.jpg"
banners[12] = "C://Documents and Settings\administrator.TENNEY\Desktop\tenney_web\i mages\DanInAir.jpg"
var bnrCnter = 0
function bancycle() {
bnrCntr = bnrCntr + 1
if (bnrCnter == 12) {
bnrCntr = 0
}
document.Banner.scr = banners[bnrCntr]
setTimeout("bnrcycle()",3000)
}
//-->
</script>
__________________
((*
*))
((*
*))
atomicstomp is offline   Reply With Quote
Old 08-22-2003, 02:37 PM   #10 (permalink)
Registered User
 
Join Date: Jul 2003
Location: NH
Posts: 180
atomicstomp is on a distinguished road
Send a message via AIM to atomicstomp
Can I move this to a better form for javascript?
__________________
((*
*))
((*
*))
atomicstomp is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 12:06 AM.