Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: rotating banner


Message #1 by <ramliabdel@y...> on Thu, 15 Feb 2001 14:14:00 +0100
Hi guys !





I'm using the basic adrotator component to manage banners!

Up to how many banner can we manage with this tool ?

In place of the blank target window I'ld like my clicks to open a customised

window

My question is how can mix the following two pieces of code ? have a look

and u'll see what I mean





<%

  Set objAR = Server.CreateObject("MSWC.AdRotator")

  ObjAR.TargetFrame = "target=""_blank"""

  Response.Write (ObjAR.getAdvertisement("AdRotatorSchedule.txt"))

%>







<a href="javascript:;"

onClick="MM_openBrWindow('BannerTarget','BannerName','width=396,height=594')

">






  Return to Index