Computer ForumsComputers  

Go Back   Computer Forums > The World Wide Web > Web Graphics, design, digital images

Reply
 
LinkBack Thread Tools Display Modes
Old 08-21-2005, 08:28 PM   #1 (permalink)
Newb Techie
 
Join Date: Aug 2005
Posts: 26
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   Reply With Quote
Old 08-22-2005, 09:53 AM   #2 (permalink)
True Techie
 
Join Date: Jul 2005
Posts: 122
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   Reply With Quote
Old 08-22-2005, 05:54 PM   #3 (permalink)
Newb Techie
 
Join Date: Aug 2005
Posts: 26
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   Reply With Quote
Old 08-22-2005, 08:01 PM   #4 (permalink)
Memberbot
 
Elbatrop1's Avatar
 
Join Date: Mar 2004
Posts: 4,056
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
Kingston PC2-6400 2GB
eVGA 6800GS
36GB WD Raptor
120GB SG
250GB WD
Logitech X-530
Samsung SyncMaster 931c
Samsung SyncMaster 750s
Elbatrop1 is offline   Reply With Quote
Old 08-26-2005, 03:29 PM   #5 (permalink)
True Techie
 
Join Date: Jul 2005
Posts: 122
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   Reply With Quote
Reply

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



All times are GMT -5. The time now is 09:34 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0