Hi Ann -

Just wanted to let you know that I used the script and it was exactly what I
needed!  Thanks so much for your help!

Todd
 

-----Original Message-----
From: Todd Richards [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 17, 2004 4:42 PM
To: [EMAIL PROTECTED]
Subject: RE: [wdvltalk] ASP - Picture rotator

Hi Ann -

Thanks for the info - it's just what I'm looking for.  One quick question on
the format of the "banner/picture info here".  I'm assuming I would enter
regular <img> code as normal, as that's what would get inserted?

Todd
 

-----Original Message-----
From: Ann Cook [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 17, 2004 4:16 PM
To: [EMAIL PROTECTED]
Subject: RE: [wdvltalk] ASP - Picture rotator

I've never used AdRotator, but here is a Random Banner Generator using Case.
Add as many Case statements as you need for your purpose. (I'm currently
using 9 in the one I'm using, hence the 9*RND.

<%
'RANDOM BANNER GENERATOR
Randomize
Dim intRandomBanner
intRandomBanner = Int((9*RND())+1)

Select Case intRandomBanner

Case "1"
%>
banner/picture info here

<%
Case "2"
%>
banner/picture info here

<%
Case Else
End Select
%>

Hope that helps.

Ann

-----Original Message-----
From: Todd Richards [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 17, 2004 3:55 PM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] ASP - Picture rotator


Hey Gang -

I have a website that I need to automatically rotate some pictures on the
home page.  I am using ASP with IIS 5/6.  I set things up to use the
AdRotator, but couldn't get it to work.  Does anyone have any other
suggestions, given the language and platform.  I thought about doing Flash,
but it would be great if I could easily update it for future use.

Thanks!

Todd



____ . The WDVL Discussion List from WDVL.COM . ____ To Join wdvltalk, Send
An Email To:
mailto:[EMAIL PROTECTED] or use the web interface
http://e-newsletters.internet.com/discussionlists.html/
       Send Your Posts To: [EMAIL PROTECTED] To change subscription
settings or add a password:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To
unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


____  The WDVL Discussion List from WDVL.COM  ____ To Join wdvltalk, Send
An Email To:
mailto:[EMAIL PROTECTED] or use the web interface
http://e-newsletters.internet.com/discussionlists.html/
       Send Your Posts To: [EMAIL PROTECTED] To change subscription
settings or add a password:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To
unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.





____  The WDVL Discussion List from WDVL.COM  ____ To Join wdvltalk, Send
An Email To: mailto:[EMAIL PROTECTED] or use the web
interface http://e-newsletters.internet.com/discussionlists.html/
       Send Your Posts To: [EMAIL PROTECTED] To change subscription
settings or add a password:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: unknown lmsubst tag argument:
''
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.




____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings or add a password:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: unknown lmsubst tag argument: ''
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to