Using The Banner Rotator With A Timer

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


ADVERTISEMENT

Banner Rotator

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

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 View Related

Ad Rotator Not Working

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

HTML Rotator?

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

Content Rotator Limits

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

Ad Banner

looking for a rotating ad banner that shows a new image say every 15-20
seconds. can you suggest something that I might be able to use.

NOTE: This is for my church so if it were free I won't have to pay out of
pocket.

View Replies View Related

Banner Ad

Does any one have idea how to show banner ad in asp page. I am using ad rotator component but only problem is that its need to refreshed everytime either auto or mannual everytime for loading different image. Does anyone have any clue about banner ad without actually refreshing the page.

View Replies View Related

Banner Code Or IIS

I have some third party sponsor banners on my website and since installing the entire page pauses loading then displays the whole page. It seems that the page is waiting on the banners. Is there a way to set IIS or coding to load the page and then load the banners if they take longer to load?

View Replies View Related

Banner Exchange In ASP

Does anyone know of a Banner Exchange program in ASP availavble for download - or is there a way to convert PHP programs into ASP.

View Replies View Related

Rotating Banner

I need a rotating banner functionality to use on a html page, does any one know where can i get this done in asp.net?

View Replies View Related

Banner Impressions

I am looking to have some advertising on my site. To do this I was going to go by the amount of Banner impresions. eg. 10000 impressions = £££. What I was thinking is to have in a database on how many impressions a advertiser has paid for then to take away 1 each time there banner is displayed, but I am not sure How I am going to take 1 impression away from each time their banner is shown on a page.

View Replies View Related

Banner Rotation - How?

Anyone with a good resource on how to make random banners appear? These banners are different in sizes... let's say:

Set 1: 1 banner 120 x 600 ( skyscraper size )
Set 2: 3 banners 88 x 31 ( button size )

Let's say the first time I load the page, Set 1 appears. When the page is reloaded or refreshed, Set 2 appears. All the banners have links to external sites, and they must be preserved. Can this be done without ASP coding at all, maybe just with JS?

View Replies View Related

Dynamic Forum Banner

I need a dynamic banner generating code for putting in forum as signature. The code should pick banner urls from a MSSQL databse and display the banner image in the forum signature where we paste the code, the banner should change each time on loading and track the impression.

Forums dont accpet dynamic pages, so need to code in some special way so that forums dont see it as a dynamic page. Code:

View Replies View Related

Banner Stopper + Cookies

How would i go about making a banner rotator but have it so that when the banner is clicked another image is displayed in the banner place?

second question...how would i make i like that when it is clicked it sets a cookie?

View Replies View Related

Maximum Number Of Banner

We have a site that has been developed in Visual Interdev that we use the PageNavBar object for the banners on each page. I have noticed that we seem to have gotten into a situation where whenever we add a new page to the site diagram, some other page loses it's banner.

Can anyone tell me if there is some numerical maximum number of pages that can appear on a site diagram? Is there some other explanation for this that I am missing? Is there a solution?

View Replies View Related

Simple Banner Management

Has anybody found a simple, no zone, banner ad management app? I just want click through and a start stop date function. I have see everything from soup to nuts on ad management form $10.00 to $4900.00. Just want it simple.

View Replies View Related

Error Of Connection In System Of Banner

I am having a problem with a system of banner, it walks presenting in all the pages this error:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x1b98 Thread 0x2444 DBC 0x8499024 Jet'.

/banner/include/admentordb.asp, line 42

They see what it exists written in line 42, where it accuses the error Code:

View Replies View Related

Page Caching For Banner Management System

I'm doing a banner ad management system and am storing about 400 banners in my database. I need to pull them all and then sort them by weight and pull randomly from that sort to populate the page with banners (6 per page).

My problem is that pulling 400 banners and sorting them on every page is obviously a performance issue.

Does ASP have any sort of session or page caching capability that would allow me to cache these results and then update the cache anytime something changes with the banner database tables?

View Replies View Related

Timer In VB

I'm writing with VBscript and Dreamweaver. I need to create a visible timer that counts down based on how much time a customer has prepaid for. I'm using Access. When they are out of the time the session must be terminated. I guess it should also warn them when they are closing in on expiration.

View Replies View Related

Timer

I'm developing a small ASP server that needs to communicate with another server via http requests. All is working well, but I need the data sent automatically every 5 minutes and sometimes when a certain time is reached. Is there a way to have a program in the background that triggers a function after a certain time has elapsed, of a certain time is reached, and then starts again?

I need at least one occurence of such a service, and perhaps two. The time is not critical to the millisecond, only to the minute or so. I cannot register components, and I don't use .net technology, just ASP scripts. I've browsed the net, but could only find commercial solutions or timers that must be polled. But I need something like an interrupt.

View Replies View Related

Asp Timer

How can I execute a function after a certain period of time, example say 1 minute?

View Replies View Related

ASP.NET Timer

I have built a page that displays some info out of a database. The page uses a datagrid that is filled using a dataset. Forward and backward navigation of the datagrid is custom and works.

What I want is for the datagrid to skip to the next "slide/page"
automatically every 10 seconds.

I've tried adding a System.Timers.timer controll onto the page and having the timer_elapsed method run an exact copy of the code used to skip to the next "slide/page" by clicking a button.

View Replies View Related

ASP.net Timer Control

I am having a few problems with the Timer component in ASP.NET. I can get it to work in the C# windows application of visual studio but not in the ASP.NET.

The thing is a number of people will be logged into the website (its a game) so each person will need to view the same timer counting down to zero.

This is the code in ASP.NET. The timer only seems to be counting during page load.

How do i get it to count for a number of minutes while the game is in progress????

This is my sample code:

View Replies View Related

Vbscript A Timer

is there in vbscript a timer or something?i want to make that
after user registers on my site he will see

" thank you for registering " - made this
and that he will be redirected after 15-20 secs to another page

is it possible?

View Replies View Related

Redirect Timer

How do i make an ASP page redirct to another ASP page after 15 seconds?

View Replies View Related

Timer Function

I am having a problem calling the Timer function. I get a compile error
when I include a call to this function.
Invalid character
/sirenServer/INCLUDE/test.asp, line 32, column 19
starttime = Timer()

Here is my system setup:
ASP.dll Version: 5.0.2195.6672
VBscript.dll Version: 5.6.0.8515
On Windows 2000 with IIS5.0 and front page server extensions 2002.
IE 6, VS.NET 2003. and Visual Studio 6.

VBScript Engine: 5.6 Return from :
response.write "VBScript Engine: "
response.write ScriptEngineMajorVersion
response.write "." response.write ScriptEngineMinorVersion

And according to the Version Information of VBScript, the Timer function
language element was implemented in Version 5.0.

View Replies View Related

Using Global.asa As A Timer?

I have a web site which after 20 seconds of a visitor being on my site no matter which page he/she is on then a pop up window will appear.

The problem is that i want this for the site as a whole and not just an individual page.
If it was just one page then i could use javascript but every time the page is refreshed or a different page is opened then the timer would start again.

View Replies View Related

Auction Timer

I am creating a auction web site. I am using ASP on the front and SQL Server 2000 in the back. I am trying to figure out a way to get an auction to basically countdown until it reaches 0 seconds left, then to trigger a certain web page to tally who won.

Example:

Auction: HARLEY 2004 MOTORCYCLE
Time: 5 days


So in exactly 5 days or 120 hours the auction needs to know that it has ended and trigger a page to decide the winner.

View Replies View Related

I Need Vb Script Timer

I need a VBScript timer that is displayed in one of six frames on a page. The hr and mins remaining would come from Access. While the page is open the timer would run down. If and when it reaches no time left it would redirect the whole page to order.asp. I had some code that displayed it in the status bar, but I need it to display in the actual frame.

If anyone has any idea how this is done I would really appreciate it. I'm pretty lost on this.After that gets working I'm also gonna have to take thetime that was remaining and subtract it by what was used and save those variables as the new remaining time.

View Replies View Related

Timer Execution

i do have a little problem.....i have 2 difrent functions in my asp pages. function1 and function2.

funktion 2 has to be executet 15sec after function 1 had been executet.how can this be solved in ASP, and is it impossible.

View Replies View Related

Timer In Vbscript!

is there any functionality of timer in vbscript?what i want is that i want to excute a certain statement or set of statements depending upon the start and end time provided by the user.

View Replies View Related

Put A Timer On The Web Form

I have an WebForm1 which contained a ListBox1. I have drag a Timer on the form. In the timer1_Elapsed() function , I have add the line ListBox1.Items.Add("haha"). But when the timer elapsed, it called that line of code, but the ListBox1 didn't show "haha".
Would you tell me what I have missed?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved