Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why won't images rotate?

Status
Not open for further replies.

Huitzilopochtli

Programmer
Feb 18, 2002
81
DE
Hello

I would be grateful for some help here. I have two files. One is an .asp file which contains the following code:

<%
Dim ad
Set ad = Server.CreateObject(&quot;MSWC.AdRotator&quot;)
Response.Write ad.GetAdvertisement(&quot;adrot.txt&quot;)
%>

The other is a txt file called adrot.txt. It is coded as follows:

WIDTH 450
HEIGHT 72
BORDER 0
*
-
CMC Investigations 1
3
-
CMC Investigations 2
3
-
CMC Investigations 3
3

I can see one (of 3) images only, and the graphic is not rotating.

The page concerned is here:


Any suggestions as to why the banners are not rotating would be welcome!

Many thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top