Re: Refreshing images without refreshing page

2000-12-21 Thread Bill Grover
clair" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Refreshing images without refreshing page Message-ID: [EMAIL PROTECTED] I'm putting together an application for a client that includes banner ads. They are interested in setting it up so that an ad rotates every 30 or 45 seconds on a

Refreshing images without refreshing page

2000-12-20 Thread Paul Sinclair
I'm putting together an application for a client that includes banner ads. They are interested in setting it up so that an ad rotates every 30 or 45 seconds on a page while a viewer is reading it. So that in the span of 5 minutes or so, a banner would rotate 8 or 9 times without any refresh of

RE: Refreshing images without refreshing page

2000-12-20 Thread Bernd VanSkiver
Could use an iframe and just refresh the banner in the iframe. Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: Paul Sinclair [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 8:15 AM To: CF-Talk Subject: Refreshing images without refreshing page

RE: Refreshing images without refreshing page

2000-12-20 Thread DeVoil, Nick
-Original Message- From: Paul Sinclair [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 2:15 PM To: CF-Talk Subject: Refreshing images without refreshing page I'm putting together an application for a client that includes banner ads. They are interested in setting it up so

Re: Refreshing images without refreshing page

2000-12-20 Thread Billy Cravens
There's an IE only solution (not ideal). IE supports looping through dynamic images, so you could point to a .cfm template that pulls a rotated image using CFContent. img border=0 alt="" dynsrc="img.cfm" loop=infinite start=fileopen loopdelay=30 Once again, this is an IE only solution. For