Ad Rotator
I'm getting an error while trying to run this adrotator script.. any ideas?
The Error
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'GetAdvertisement'
/Rebuild/history.asp, line 103
Ad Rotator code:
View Replies
I have the following ad rotator that dosent show any errors or pictures. In my root directory I have a folder called "ads" and in the folder there are a few gif's.
In my html folder I have the file called "banner-inc.asp" which contains the following code:
View Replies
View Related
Is there something similar to the ad rotator that is able to rotate a chunk of HTML?
Basically I would like to have a rotating navigation.
View Replies
View Related
I am tearing my hair out. i am trying to serve normal banners to an asp file originated from an access database.
i wasn't able to use the normal javascript rotator as the array comes from the DB.
i can't use the normal IIS Ad.rotator module as it loads a new banner only when the page is reloaded therefore has anyone any ideas of what i can dO ie: dynamically served banners rotated on a single page every 10 seconds without refreshing the page.
View Replies
View Related
I was wanting to use the content rotator component to randomly change news articles that i've placed at the bottom of my site's pages.
<%
dim cr
Set cr=Server.CreateObject("MSWC.ContentRotator")
response.write(cr.ChooseContent("buyart.txt"))
set cr=nothing
%>
Is there a limit to how much content you can include in one html string?
I tried the following and it was fine: Code:
View Replies
View Related
I'm currently using the MS Banner Rotator component that comes default with IIS, but all the tutorials i find are nly concentrating on rotating the banners per "refresh" of the page using a text file with a weighted percentage of what pic gets shown.
I would like to be able to set it so that a banner is shown every 10 seconds or so and is clickable etc...
Is this a pain or should i just bung them all in a flash movie or something?
View Replies
View Related