|
As you all know, Microsoft has a rotator you can use with ASP. If you're coming from an HTML page or if you would rather use our slightly faster component, this is how to do it:
From HTML:
/cgi-bin/banner.exe?BannerLoc=\Banners,WebPage=\MyHTML.htm
where MYHTML can be any web page with ##IMG## and ##URL## specified for the banner image and link.
From ASP:
<% =/ISAPI/Banner.Asp?BannerLoc=\Banners>
The banners for both methods must be in the specified directory and labeled as follows:
- Banner Image can be any image name supported by browsers.
- Banner link file must be the same name as the image file name only with ".txt" added.
Example:
myimage.jpg
myimage.jpg.txt
To do the same thing with the Microsoft Component, read their documentation at...
Microsoft Documentation
|