Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 08-21-2005, 09:28 PM   #1 (permalink)
 
Newb Techie

Join Date: Aug 2005

Posts: 26

windowsrival

Default Banner

Is there any way that I could combine these options

THAT HAVE TO DO WITH BANNER AD's
Automatically refresh image or gif animation
New image or gif animation with every page load

as similar shown on this site generator

http://www.htmlbasix.com/banner.shtml
windowsrival is offline  
Old 08-22-2005, 10:53 AM   #2 (permalink)
 
True Techie

Join Date: Jul 2005

Posts: 128

Death Row is on a distinguished road

Default

I don't understand what you're saying. you want to do that with images? that website which YOU gave the url for let you do just that.
__________________
Death Row is offline  
Old 08-22-2005, 06:54 PM   #3 (permalink)
 
Newb Techie

Join Date: Aug 2005

Posts: 26

windowsrival

Default

The Banner Rotater Only Gives You The "Same First Image" Every Page Load But, "Refresh's To The Next Image".

The Banner Randomizer Gives You A "Different Image" Every Page Load However, "Does Not Rotate To The Next Image".

This is what I mean't by combining "both" features.

What I'm Saying Is I Want A "Image That Randomizes @ Every Page Load" + "Timed Rotates To Next Available Image".
windowsrival is offline  
Old 08-22-2005, 09:01 PM   #4 (permalink)
Elbatrop1's Avatar
 
Memberbot

Join Date: Mar 2004

Posts: 4,055

Elbatrop1 is on a distinguished road

Send a message via MSN to Elbatrop1
Default

I know that Calzinger has a sig that changes everytime you refresh the page. Perhaps a PM towards him might get you some answers.
__________________

Intel E6750...........PSN: ELBATROP
XFX nForce 650i Ultra
Patriot PC2-6400 8GB (4x2GB)
eVGA 9800GT
36GB WD Raptor
120GB SG
1TB SG
Logitech X-530
Samsung SyncMaster 931c
Samsung SyncMaster 750s
Windows 7 RC
Elbatrop1 is offline  
Old 08-26-2005, 04:29 PM   #5 (permalink)
 
True Techie

Join Date: Jul 2005

Posts: 128

Death Row is on a distinguished road

Default

Ok sorry about that i was pretty confused though lol anyway i've got what you're looking for. but first let me just tell you im not a script writer i found this code on a webpage (http://www.cgiscript.net/cgi-script/....1230395883322) and have tampered with it to make the code shorter and remove the hyperlinks and the bits that aren't needed so if there are problems well i cant really help.

<SCRIPT LANGUAGE="Javascript"><!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function banner() {
};

banner = new banner();
number = 0;

// bannerArray
banner[number++] = "[img]Image url here[/img]"
banner[number++] = "[img]Image url here[/img]"
banner[number++] = "[img]Image url here[/img]"
banner[number++] = "[img]Image url here[/img]"
banner[number++] = "[img]Image url here[/img]"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);
__________________
Death Row is offline  
 
Closed Thread

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