Use this wizard to create the Banner Control System for your site. This application will
give you the ability to rotate banners on all pages in your site rotating them randomly
while giving them equal page views at the same time. Using an Access database and asp your
ad management problems are solved.
Use this wizard to create the Banner
Control System for your site. This application will give you the ability to
rotate banners on all pages in your site rotating them randomly while giving
them equal page views at the same time. Using an Access database and asp your ad
management problems are solved.
At the end of this tutorial is an access database named test.mdb to download.
Be sure to rename it with the same name you use while creating the banner
rotator. It has the following structure:
Field Name
Data Type
Field Size
Options
bannerClientID
AutoNumber
default
bannerName
Text
100
default
bannerImageLoc
Text
100
default
bannerURL
Text
100
default
bannerViews
Number
default
bannerClicks
Number
default
Now just enter the name of your database (eg. mydatabase.mdb) and click 'Create Code':
Code Submitted By WizzKidd