|
In Reply to: Re: OT: Need banner management program...(more) posted by DC on May 08, 2000 at 09:25:13:
you can put as much javascript as you want per page, if you want it to be clientside it would proly be easier that way too, setup an array of all the banners, or just number them. banner1.gif,banner2.gif etc.. and then just place appropriate code in each segment to call banner(random num).gif, doing it this way saves from creating preload issues of all the banners if an array is predefined, but if they are small its no big deal and will help on reloads/refreshes. the only thing with client side javascript is getting cross platform, make sure it works on all browsers your clients will be using. This would be the easiest method of doing this aside from an applet or scripting.